This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAContextEdit Interface > INAContextEdit.IsBeingEdited Method (ArcObjects .NET 10.5 SDK) |
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
IsBeingEdited specifies if there is a current active edit session on the NAContext's NAClasses.