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.4.2516.0
Syntax
C# |
---|
public enum LocalCoordinateType |
Visual Basic |
---|
Public Enumeration LocalCoordinateType |
Visual C++ |
---|
public enum class LocalCoordinateType |
Members
Member name | Value | Description | |
---|---|---|---|
EastingNorthing | 0 | ||
NorthingEasting | 1 | ||
XY | 2 | ||
YX | 3 |