After importing surface data, a snapshot can automatically be created. By creating a snapshot after importing a LandXML file, AutoCAD 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: 10.5.768.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