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


IDEEditorTracking.EditorTrackingEnabled Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IDEEditorTracking.EditorTrackingEnabled Property

The property to determine if Editor Tracking is enabled on this data element.

[Visual Basic .NET]
Public Property EditorTrackingEnabled As Boolean
[C#]
public bool EditorTrackingEnabled {get; set;}
[C++]
HRESULT get_EditorTrackingEnabled(
  VARIANT_BOOL* isEditorTrackingEnabled
);
[C++]
HRESULT put_EditorTrackingEnabled(
  VARIANT_BOOL isEditorTrackingEnabled
);
[C++]

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

EditorTrackingEnabled returns whether editor tracking is enabled on a dataset. The return value is a boolean.

See Also

IDEEditorTracking Interface