This document is archived and information here might be outdated.  Recommended version.


INAContextEdit.StartEditing Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAContextEdit Interface > INAContextEdit.StartEditing Method
ArcGIS Developer Help

INAContextEdit.StartEditing Method

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 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.

See Also

INAContextEdit Interface