This document is archived and information here might be outdated. Recommended version. |
Initiates edit mode.
[Visual Basic .NET]
Public Function StartEditing ( _
) As Boolean
[C#]
public bool StartEditing (
);
[C++]
HRESULT StartEditing(
void
);
StartEditing places the TIN in edit mode. It must be called before any edits can take place. The exception is after using ITinEdit.InitNew which automatically places the TIN in edit mode.
A False value is returned if StartEditing is not successful at opening the TIN for write access. The likely cause for failure would be file permissions.
See also ITinFeatureEdit.StartInMemoryEditing