Specifies how to import the data.
Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276
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); }