Specifies the order and format used to display local coordinates on the command line during point creation.
Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public enum LocalCoordinateType
VB
Public Enumeration LocalCoordinateType
C++
public enum class LocalCoordinateType
Members
| Member name | Value | Description |
|---|---|---|
| EastingNorthing | 0 | |
| NorthingEasting | 1 | |
| XY | 2 | |
| YX | 3 |
