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