LocalCoordinateType Enumeration |
Specifies the order and format used to display local coordinates on the command line during point creation.
Namespace: Autodesk.Civil.SettingsAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1190
Syntaxpublic enum LocalCoordinateType
Public Enumeration LocalCoordinateType
public enum class LocalCoordinateType
Members| Member name | Value | Description |
|---|
| EastingNorthing | 0 | |
| NorthingEasting | 1 | |
| XY | 2 | |
| YX | 3 | |
See Also