Specifies how to map the ‘desc’ and ‘code’ attributes to the point descriptions.
Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276
Syntax
C#
public enum LandXMLPointDescriptionType
VB
Public Enumeration LandXMLPointDescriptionType
C++
public enum class LandXMLPointDescriptionType
Members
| Member name | Value | Description |
|---|---|---|
| UseCodeValue | 0 | |
| UseDescValue | 1 | |
| UseCodeThenDesc | 2 | |
| UseDescThenCode | 3 |
