Enum enumTProbingCustomPropType
Value type of a custom probing property (TProbingCycleCustomProp). Matches the PropType integer stored in XML (ptDouble=0, ptInteger=1, ptBoolean=2, ptString=3).
Namespace: CAMAPI.ModelFormerTypes
Assembly: CAMAPI.ModelFormerTypes.dll
Syntax
public enum enumTProbingCustomPropType
Fields
| Name | Description |
|---|---|
| pcptBoolean | Boolean value (BooleanPropValue). |
| pcptDouble | Floating-point value (DoublePropValue). |
| pcptInteger | Integer value (IntegerPropValue). |
| pcptString | String value (StringPropValue). |