Starts an edit session.
[Visual Basic .NET] Public Sub StartEditing ( _ ByVal withUndoRedo As Boolean _ )
[C#] public void StartEditing ( bool withUndoRedo );
[C++]
HRESULT StartEditing(
VARIANT_BOOL withUndoRedo
);
[C++]Parameters
withUndoRedo [in] withUndoRedo is a parameter of type VARIANT_BOOL
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Network Analyst Extension.
Remarks
StartEditing starts an edit session on the NAContext's NAClasses. The withUndoRedo parameter can be used to suppress undo/redo logging if the workspace supports such suppression.