Parameters
- saveEdits
- Indicates whether edits should be committed to disk.
If saveEdits is false, the TIN will be returned to the state previous to this edit session. All edits will be undone.
If saveEdits is true, edits from this session will be committed to disk. The TIN must already exist on disk before using this option or else an exception is thrown, and all edits are lost. If the TIN is new and has yet to be saved to disk, Use SaveAs first, then call this method.