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


IEngineExtendedObjectInspector.DisableEditOperations Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Controls)  

IEngineExtendedObjectInspector.DisableEditOperations Property

Indicates if the object inspector is under a non-versioned editing model and to not start or stop edit operations as an edit operation is currently in effect.

[Visual Basic .NET]
Public Property DisableEditOperations As Boolean
[C#]
public bool DisableEditOperations {get; set;}
[C++]
HRESULT get_DisableEditOperations(
  VARIANT_BOOL* pDisableEditOperations
);
[C++]
HRESULT put_DisableEditOperations(
  VARIANT_BOOL pDisableEditOperations
);
[C++]

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

Product Availability

Available with ArcGIS Engine.

See Also

IEngineExtendedObjectInspector Interface