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.8.0.280
Syntax
C#
public bool CreateSnapshotAfterImport { get; set; }
VB
Public Property CreateSnapshotAfterImport As Boolean Get Set
C++
public: property bool CreateSnapshotAfterImport { bool get (); void set (bool value); }