LandXMLPointDescriptionType Enumeration

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

Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public enum LandXMLPointDescriptionType
Members
Member nameValueDescription
UseCodeValue0 
UseDescValue1 
UseCodeThenDesc2 
UseDescThenCode3 
See Also