Class CamApiMacroCommandDataHelper
Inheritance
CamApiMacroCommandDataHelper
Assembly: CAMAPI.DotnetHelper.dll
Syntax
public static class CamApiMacroCommandDataHelper
Methods
CommandType(ComWrapper<ICamApiMacroCommandData>)
Declaration
public static TMacroCommandType CommandType(this ComWrapper<ICamApiMacroCommandData> dataCom)
Parameters
Returns
GetBool(ComWrapper<ICamApiMacroCommandData>, string)
Declaration
public static bool GetBool(this ComWrapper<ICamApiMacroCommandData> dataCom, string key)
Parameters
Returns
GetFloat(ComWrapper<ICamApiMacroCommandData>, string)
Declaration
public static double GetFloat(this ComWrapper<ICamApiMacroCommandData> dataCom, string key)
Parameters
Returns
GetInt(ComWrapper<ICamApiMacroCommandData>, string)
Declaration
public static int GetInt(this ComWrapper<ICamApiMacroCommandData> dataCom, string key)
Parameters
Returns
GetStr(ComWrapper<ICamApiMacroCommandData>, string)
Declaration
public static string GetStr(this ComWrapper<ICamApiMacroCommandData> dataCom, string key)
Parameters
Returns