LandXMLSurfaceDataImportType Enumeration |
Specifies how to import the data.
NoteIf the LandXML surface you intend to import has only breaklines (for example, no other points and faces definition data is present),
the resulting Autodesk Civil 3D surface is built from the breakline data. However, the breaklines are not available for editing (that is, they do not appear in the Prospector tree).
Namespace: Autodesk.Civil.SettingsAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic enum LandXMLSurfaceDataImportType
Public Enumeration LandXMLSurfaceDataImportType
public enum class LandXMLSurfaceDataImportType
MembersMember name | Value | Description |
---|
QuickImport | 0 | |
FullImport | 1 | |
See Also