SurfaceData Property

Specifies how to import the data.

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

Syntax

C#

public LandXMLSurfaceDataImportType SurfaceData { get; set; }

Visual Basic

Public Property SurfaceData As LandXMLSurfaceDataImportType
	Get
	Set

Visual C++

public:
property LandXMLSurfaceDataImportType SurfaceData {
	LandXMLSurfaceDataImportType get ();
	void set (LandXMLSurfaceDataImportType value);
}

See Also