ArcObjects Library Reference (GeoDatabase)  

ITinEdit.Save Method

Saves edits to disk.

[Visual Basic .NET]
Public Sub Save ( _
)
[C#]
public void Save (
);
[C++]
HRESULT Save(
void
);

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

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.

See Also

ITinEdit Interface