Interface ICamApiCustomAttributeFloatBounds
Float custom attribute bounds.
Namespace: CAMAPI.CustomAttributes
Assembly: CAMAPI.CustomAttributes.dll
Syntax
[Guid("E11CD184-5AFF-4545-97FB-5339586AE0CB")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ICamApiCustomAttributeFloatBounds
Properties
Max
Upper bound for attribute values.
Declaration
double Max { get; set; }
Property Value
Type | Description |
---|---|
double |
Min
Lower bound for attribute values.
Declaration
double Min { get; set; }
Property Value
Type | Description |
---|---|
double |