Interface ICamApiCustomAttributeClassList
Custom attribute class list.
Assembly: CAMAPI.CustomAttributes.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("6C7F330C-B772-4C75-B71B-8575FA6BE4AA")]
public interface ICamApiCustomAttributeClassList
Properties
Caption[int]
Declaration
string Caption[int Index] { get; }
Parameters
Type |
Name |
Description |
int |
Index |
|
Property Value
ClassCount
Count of classes in the list.
Declaration
Property Value
Name[int]
Declaration
string Name[int Index] { get; }
Parameters
Type |
Name |
Description |
int |
Index |
|
Property Value