Interface ICamApiCustomAttributeIntegerBounds
Integer custom attribute bounds.
Namespace: CAMAPI.CustomAttributes
Assembly: CAMAPI.CustomAttributes.dll
Syntax
[Guid("756E9366-0C89-441B-9109-D07C1261051C")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ICamApiCustomAttributeIntegerBounds
Properties
Max
Upper bound for attribute values.
Declaration
int Max { get; set; }
Property Value
Type | Description |
---|---|
int |
Min
Lower bound for attribute values.
Declaration
int Min { get; set; }
Property Value
Type | Description |
---|---|
int |