Class UserParameterHelper
Inheritance
UserParameterHelper
Assembly: CAMIPC.DotnetHelper.dll
Syntax
public static class UserParameterHelper
Methods
Declaration
public static string Comment(this ComWrapper<ICamIpcUserParameter> paramCom)
Parameters
Returns
Name(ComWrapper<ICamIpcUserParameter>)
Parameter name (identity within the list).
Declaration
public static string Name(this ComWrapper<ICamIpcUserParameter> paramCom)
Parameters
Returns
Set the free-form comment.
Declaration
public static void SetComment(this ComWrapper<ICamIpcUserParameter> paramCom, string value)
Parameters
SetValue(ComWrapper<ICamIpcUserParameter>, string)
Set the parameter string value.
Declaration
public static void SetValue(this ComWrapper<ICamIpcUserParameter> paramCom, string value)
Parameters
Value(ComWrapper<ICamIpcUserParameter>)
Declaration
public static string Value(this ComWrapper<ICamIpcUserParameter> paramCom)
Parameters
Returns