Class ObjectWithAttributesHelper
Inheritance
ObjectWithAttributesHelper
Assembly: CAMAPI.DotnetHelper.dll
Syntax
public static class ObjectWithAttributesHelper
Methods
Attributes(ComWrapper<ICamApiObjectWithAttributes>)
A tree of the object's attributes.
Declaration
public static ComWrapper<ICamApiCustomAttributesTree> Attributes(this ComWrapper<ICamApiObjectWithAttributes> attr)
Parameters
Returns
AttributesManager(ComWrapper<ICamApiObjectWithAttributes>)
A tree of the object's attributes.
Declaration
public static ComWrapper<ICamApiCustomAttributesManager> AttributesManager(this ComWrapper<ICamApiObjectWithAttributes> attr)
Parameters
Returns
OnAttributeValueChanged(ComWrapper<ICamApiObjectWithAttributes>, ICamApiCustomAttributesTreeNode)
Event raised after attribute value change.
Declaration
public static void OnAttributeValueChanged(this ComWrapper<ICamApiObjectWithAttributes> attr, ICamApiCustomAttributesTreeNode node)
Parameters
TypeCategories(ComWrapper<ICamApiObjectWithAttributes>, int)
List of categories (their IDs) to which this object belongs.
Declaration
public static Guid TypeCategories(this ComWrapper<ICamApiObjectWithAttributes> attr, int index)
Parameters
Returns
TypeCategoriesCount(ComWrapper<ICamApiObjectWithAttributes>)
Count of categories to which this object belongs.
Declaration
public static int TypeCategoriesCount(this ComWrapper<ICamApiObjectWithAttributes> attr)
Parameters
Returns