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