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.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

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

Members

Member nameValueDescription
QuickImport0
FullImport1

See Also