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