LandXMLPointDescriptionType Enumeration |
Specifies how to map the ‘desc’ and ‘code’ attributes to the point descriptions.
Namespace: Autodesk.Civil.SettingsAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic enum LandXMLPointDescriptionType
Public Enumeration LandXMLPointDescriptionType
public enum class LandXMLPointDescriptionType
MembersMember name | Value | Description |
---|
UseCodeValue | 0 | |
UseDescValue | 1 | |
UseCodeThenDesc | 2 | |
UseDescThenCode | 3 | |
See Also