Class UserTechOperationHelper
Inheritance
UserTechOperationHelper
Assembly: CAMAPI.DotnetHelper.dll
Syntax
public static class UserTechOperationHelper
Methods
Caption(ComWrapper<ICamApiUserTechOperationInfo>)
Caption of user operation
Declaration
public static string Caption(this ComWrapper<ICamApiUserTechOperationInfo> operationCom)
Parameters
Returns
GUID(ComWrapper<ICamApiUserTechOperationInfo>)
Unique identifier of user operation
Declaration
public static string GUID(this ComWrapper<ICamApiUserTechOperationInfo> operationCom)
Parameters
Returns
SetCaption(ComWrapper<ICamApiUserTechOperationInfo>, string)
Caption of user operation
Declaration
public static void SetCaption(this ComWrapper<ICamApiUserTechOperationInfo> operationCom, string value)
Parameters
SetXMLProp(ComWrapper<ICamApiUserTechOperationInfo>, ComWrapper<IST_XMLPropPointer>)
Information about current user operation. Reference to base tech operation XML props stores in Arr['RefOperations'][0]
Declaration
public static void SetXMLProp(this ComWrapper<ICamApiUserTechOperationInfo> operationCom, ComWrapper<IST_XMLPropPointer> value)
Parameters
XMLProp(ComWrapper<ICamApiUserTechOperationInfo>)
Information about current user operation. Reference to base tech operation XML props stores in Arr['RefOperations'][0]
Declaration
public static ComWrapper<IST_XMLPropPointer> XMLProp(this ComWrapper<ICamApiUserTechOperationInfo> operationCom)
Parameters
Returns