Specifies how to export the surface data.

Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

C#
public LandXMLSurfaceDataExportType SurfaceData { get; set; }
Visual Basic
Public Property SurfaceData As LandXMLSurfaceDataExportType
	Get
	Set
Visual C++
public:
property LandXMLSurfaceDataExportType SurfaceData {
	LandXMLSurfaceDataExportType get ();
	void set (LandXMLSurfaceDataExportType value);
}

See Also