Interface ICamApiObjectWithAttributes
Object that can have attributes.
Assembly: CAMAPI.CustomAttributes.dll
Syntax
[Guid("5EABF132-3673-401A-9068-29913670885B")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ICamApiObjectWithAttributes
Properties
AttributesPropStorage
Internal link to storage of attributes for the object.
Declaration
object AttributesPropStorage { get; }
Property Value
TypeCategories[int]
Declaration
Guid TypeCategories[int Index] { get; }
Parameters
Type |
Name |
Description |
int |
Index |
|
Property Value
Type |
Description |
System.Guid |
|
TypeCategoriesCount
Count of categories to which this object belongs.
Declaration
int TypeCategoriesCount { get; }
Property Value