Enum PolyIntent

PolyIntent enumeration

Enumerates the intents of the polygon or polyline annotation.

public enum PolyIntent

Values

NameValueDescription
Undefined0Undefined state.
PolygonCloud1Means that the annotation is intended to function as a cloud object.
PolyLineDimension2Indicates that the polyline annotation is intended to function as a dimension.
PolygonDimension3Indicates that the polygon annotation is intended to function as a dimension.

See Also