Interface ICamIpcUserTechOperationInfo
User tech operation
Namespace: CAMIPC.UserTechOperation
Assembly: CAMIPC.UserTechOperation.dll
Syntax
[Guid("43D57F8C-26FA-43FA-AEBE-F7D8649F0281")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ICamIpcUserTechOperationInfo
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
ICamIpcXmlPropPointer XMLProp { get; set; }
Property Value
| Type | Description |
|---|---|
| ICamIpcXmlPropPointer |
Methods
GetInstanceId()
Get unique identifier of current instance (used in IPC messages)
Declaration
string GetInstanceId()
Returns
| Type | Description |
|---|---|
| string |