Class CustomAttributeIntegerBoundsHelper
Inheritance
CustomAttributeIntegerBoundsHelper
Assembly: CAMAPI.DotnetHelper.dll
Syntax
public static class CustomAttributeIntegerBoundsHelper
Methods
Max(ComWrapper<ICamApiCustomAttributeIntegerBounds>)
Upper bound for attribute values.
Declaration
public static int Max(this ComWrapper<ICamApiCustomAttributeIntegerBounds> bounds)
Parameters
Returns
Min(ComWrapper<ICamApiCustomAttributeIntegerBounds>)
Lower bound for attribute values.
Declaration
public static int Min(this ComWrapper<ICamApiCustomAttributeIntegerBounds> bounds)
Parameters
Returns
SetMax(ComWrapper<ICamApiCustomAttributeIntegerBounds>, int)
Upper bound for attribute values.
Declaration
public static void SetMax(this ComWrapper<ICamApiCustomAttributeIntegerBounds> bounds, int value)
Parameters
SetMin(ComWrapper<ICamApiCustomAttributeIntegerBounds>, int)
Lower bound for attribute values.
Declaration
public static void SetMin(this ComWrapper<ICamApiCustomAttributeIntegerBounds> bounds, int value)
Parameters