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.SettingsAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.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