Interface ICamApiCustomAttributeCategory
Custom attribute category.
Assembly: CAMAPI.CustomAttributes.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("C43CD420-B859-48C4-A610-468DA3D02155")]
public interface ICamApiCustomAttributeCategory : ICamApiCustomAttribute
Properties
Description
Declaration
string Description { get; set; }
Property Value
InstanceID
Declaration
Property Value
Type |
Description |
System.Guid |
|
Name
Declaration
string Name { get; set; }
Property Value
ParentInstanceID
Declaration
Guid ParentInstanceID { get; }
Property Value
Type |
Description |
System.Guid |
|
Transparent
If transparent is False then the category itself will be invisible, but children attributes will be shown at parent level directly.
Declaration
bool Transparent { get; set; }
Property Value
TypeCategoryID
Declaration
Guid TypeCategoryID { get; set; }
Property Value
Type |
Description |
System.Guid |
|
TypeID
Declaration
Property Value
Type |
Description |
System.Guid |
|
ValueType
Declaration
TCustomAttributeValueType ValueType { get; }
Property Value