Enum CoordinateDimensionItemType
Defines the various types of items of a linear dimension entity.
Namespace: TopSolid.Cad.Drafting.Automating
Assembly: TopSolid.Cad.Drafting.Automating.dll
Syntax
[DataContract]
[AvailableSinceVersion(7, 17, 0, 0)]
public enum CoordinateDimensionItemType
Remarks
This enum is available since v7.17.000.000.
Fields
Name | Description |
---|---|
Alignment | Alignment . |
FirstGeometry | First Geometry. |
None | Not an annotation. |
SecondGeometry | Second Geometry. |
Unclassified | Unclassified type. |
Value | Value. |