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


INAContextEdit.IsBeingEdited Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (NetworkAnalyst)  

INAContextEdit.IsBeingEdited Method

Indicates if the class is currently being edited.

[Visual Basic .NET]
Public Function IsBeingEdited ( _
) As Boolean
[C#]
public bool IsBeingEdited (
);
[C++]
HRESULT IsBeingEdited(
  VARIANT_BOOL* flag
);
[C++]

Parameters flag [out, retval] flag is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Network Analyst Extension.

Remarks

IsBeingEdited specifies if there is a current active edit session on the NAContext's NAClasses.

See Also

INAContextEdit Interface