Specifies how to import the data.
Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public LandXMLSurfaceDataImportType SurfaceData { get; set; }
VB
Public Property SurfaceData As LandXMLSurfaceDataImportType Get Set
C++
public: property LandXMLSurfaceDataImportType SurfaceData { LandXMLSurfaceDataImportType get (); void set (LandXMLSurfaceDataImportType value); }