Specifies how to map the ‘desc’ and ‘code’ attributes to the point descriptions.

Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

C#
public enum LandXMLPointDescriptionType
Visual Basic
Public Enumeration LandXMLPointDescriptionType
Visual C++
public enum class LandXMLPointDescriptionType

Members

Member nameValueDescription
UseCodeValue0
UseDescValue1
UseCodeThenDesc2
UseDescThenCode3

See Also