CreateSnapshotAfterImport Property

After importing surface data, a snapshot can automatically be created. By creating a snapshot after importing a LandXML file, Autodesk Civil 3D does not attempt to find and open the LandXML file each time the surface is built.

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

Syntax

C#

public bool CreateSnapshotAfterImport { get; set; }

Visual Basic

Public Property CreateSnapshotAfterImport As Boolean
	Get
	Set

Visual C++

public:
property bool CreateSnapshotAfterImport {
	bool get ();
	void set (bool value);
}

See Also