RotatedDimType Enumeration
|
Represents the type of rotated dimension
alignment.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
24.2.0.0
Syntax
public enum RotatedDimType
Public Enumeration RotatedDimType
public enum class RotatedDimType
Members
| Member name |
Value |
Description |
| Unknown |
0 |
Rotated dimension alignment unknown. |
| Parallel |
1 |
Parallel dimension alignment. |
| Perpendicular |
2 |
Perpendicular dimension alignment. |
See Also