Enum APIGeometricAttributeType
Additional Geometric Attribute Type for AntFarm Attributes of type Geometric.
Namespace: AntFarm.API.Types
Assembly: AntFarm.dll
Syntax
public enum APIGeometricAttributeType
Fields
| Name | Description |
|---|---|
| Area | Geometric Attribute Type of type area |
| Length | Geometric Attribute Type of type length |
| None | Geometric Attribute Type of type none |
| Volume | Geometric Attribute Type of type volume |
| XValue | Geometric Attribute Type of type x-Value |
| YValue | Geometric Attribute Type of type y-Value |
| ZValue | Geometric Attribute Type of type z-Value |