This document is archived and information here might be outdated. Recommended version. |
Saves edits to disk.
[Visual Basic .NET]
Public Sub Save ( _
)
[C#]
public void Save (
);
[C++]
HRESULT Save(
void
);
Save will persist all edits back to the current TIN. If you want to preserve the original TIN, saving edits to a copy, use SaveAs.