Class MacroInfoHelper
Helper methods for ICamIpcMacroInfo (IPC mirror of ICamApiMacroInfo, read side).
Inheritance
MacroInfoHelper
Assembly: CAMIPC.DotnetHelper.dll
Syntax
public static class MacroInfoHelper
Methods
Caption(ComWrapper<ICamIpcMacroInfo>)
Declaration
public static string Caption(this ComWrapper<ICamIpcMacroInfo> com)
Parameters
Returns
Description(ComWrapper<ICamIpcMacroInfo>)
Declaration
public static string Description(this ComWrapper<ICamIpcMacroInfo> com)
Parameters
Returns
ExecutablePath(ComWrapper<ICamIpcMacroInfo>)
Declaration
public static string ExecutablePath(this ComWrapper<ICamIpcMacroInfo> com)
Parameters
Returns
ExecuteExtensionId(ComWrapper<ICamIpcMacroInfo>)
Declaration
public static string ExecuteExtensionId(this ComWrapper<ICamIpcMacroInfo> com)
Parameters
Returns
GetStep(ComWrapper<ICamIpcMacroInfo>, int)
Get step info by index (0-based)
Declaration
public static ComWrapper<ICamIpcMacroStepInfo> GetStep(this ComWrapper<ICamIpcMacroInfo> com, int index)
Parameters
Returns
Id(ComWrapper<ICamIpcMacroInfo>)
Declaration
public static string Id(this ComWrapper<ICamIpcMacroInfo> com)
Parameters
Returns
LanguageId(ComWrapper<ICamIpcMacroInfo>)
Declaration
public static string LanguageId(this ComWrapper<ICamIpcMacroInfo> com)
Parameters
Returns
MacroPath(ComWrapper<ICamIpcMacroInfo>)
Declaration
public static string MacroPath(this ComWrapper<ICamIpcMacroInfo> com)
Parameters
Returns
SetCaption(ComWrapper<ICamIpcMacroInfo>, string)
Declaration
public static void SetCaption(this ComWrapper<ICamIpcMacroInfo> com, string v)
Parameters
SetDescription(ComWrapper<ICamIpcMacroInfo>, string)
Declaration
public static void SetDescription(this ComWrapper<ICamIpcMacroInfo> com, string v)
Parameters
SetExecutablePath(ComWrapper<ICamIpcMacroInfo>, string)
Declaration
public static void SetExecutablePath(this ComWrapper<ICamIpcMacroInfo> com, string v)
Parameters
SetExecuteExtensionId(ComWrapper<ICamIpcMacroInfo>, string)
Declaration
public static void SetExecuteExtensionId(this ComWrapper<ICamIpcMacroInfo> com, string v)
Parameters
SetId(ComWrapper<ICamIpcMacroInfo>, string)
Declaration
public static void SetId(this ComWrapper<ICamIpcMacroInfo> com, string v)
Parameters
SetLanguageId(ComWrapper<ICamIpcMacroInfo>, string)
Declaration
public static void SetLanguageId(this ComWrapper<ICamIpcMacroInfo> com, string v)
Parameters
SetMacroPath(ComWrapper<ICamIpcMacroInfo>, string)
Declaration
public static void SetMacroPath(this ComWrapper<ICamIpcMacroInfo> com, string v)
Parameters
StepCount(ComWrapper<ICamIpcMacroInfo>)
Number of recorded steps in this macro
Declaration
public static int StepCount(this ComWrapper<ICamIpcMacroInfo> com)
Parameters
Returns