Enum LinearDimensionItemType
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 LinearDimensionItemType
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. |