Class CustomAttributeClassListHelper
Inheritance
CustomAttributeClassListHelper
Assembly: CAMAPI.DotnetHelper.dll
Syntax
public static class CustomAttributeClassListHelper
Methods
Caption(ComWrapper<ICamApiCustomAttributeClassList>, int)
User friendly caption of attribute class.
Declaration
public static string Caption(this ComWrapper<ICamApiCustomAttributeClassList> classList, int index)
Parameters
Returns
ClassCount(ComWrapper<ICamApiCustomAttributeClassList>)
Count of classes in the list.
Declaration
public static int ClassCount(this ComWrapper<ICamApiCustomAttributeClassList> classList)
Parameters
Returns
Name(ComWrapper<ICamApiCustomAttributeClassList>, int)
Declaration
public static string Name(this ComWrapper<ICamApiCustomAttributeClassList> classList, int index)
Parameters
Returns