Interface ICamApiMacroCommandData
Uniform read-only view of a single recorded macro command's payload.
CommandType identifies the command; field keys are stable per command type.
Raises on unknown key — callers must only request keys defined for that CommandType.
Assembly: CAMAPI.Macros.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("E7D3A2B1-F4C5-4896-A012-3456789BCDEF")]
public interface ICamApiMacroCommandData
Properties
CommandType
Declaration
TMacroCommandType CommandType { get; }
Property Value
Methods
GetBool(string)
Declaration
Parameters
| Type |
Name |
Description |
| string |
key |
|
Returns
GetFloat(string)
Declaration
double GetFloat(string key)
Parameters
| Type |
Name |
Description |
| string |
key |
|
Returns
GetInt(string)
Declaration
Parameters
| Type |
Name |
Description |
| string |
key |
|
Returns
GetStr(string)
Declaration
string GetStr(string key)
Parameters
| Type |
Name |
Description |
| string |
key |
|
Returns