Interface ICamApiUserTechOperationInfo
User tech operation information
Namespace: CAMAPI.UserTechOperation
Assembly: CAMAPI.UserTechOperation.dll
Syntax
[Guid("22B72C40-D758-446D-BD23-9A6F38E73B41")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ICamApiUserTechOperationInfo
Properties
Caption
Caption of user operation
Declaration
string Caption { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
GUID
Unique identifier of user operation
Declaration
string GUID { get; }
Property Value
| Type | Description |
|---|---|
| string |
XMLProp
Information about current user operation. Reference to base tech operation XML props stores in Arr['RefOperations'][0]
Declaration
IST_XMLPropPointer XMLProp { get; set; }
Property Value
| Type | Description |
|---|---|
| IST_XMLPropPointer |