Class XMLPropAttributesListHelper
Inheritance
XMLPropAttributesListHelper
Assembly: CAMAPI.DotnetHelper.dll
Syntax
public static class XMLPropAttributesListHelper
Methods
GetAttributesCount(ComWrapper<IST_XMLPropAttributesList>)
Get the count of attributes.
Declaration
public static int GetAttributesCount(this ComWrapper<IST_XMLPropAttributesList> XMLPropAttrCom)
Parameters
Returns
GetAttributesEnumerator(ComWrapper<IST_XMLPropAttributesList>)
Get attributes enumerator.
Declaration
public static ComWrapper<IST_XMLPropAttributesEnumerator> GetAttributesEnumerator(this ComWrapper<IST_XMLPropAttributesList> XMLPropAttrCom)
Parameters
Returns