Begins editing a feature by attaching to the feature data row. This
must be called before BeginEdit() can be called. When editing is
finished, call SaveEdits() (optional) to save the edits to the table
and finally call StopEditing() to release the reference to the feature
data row.
Syntax
Visual Basic (Declaration) | |
---|
Public Sub StartEditing() |
C# | |
---|
public void StartEditing() |
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also