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


IDEEditorTracking.EditorTrackingEnabled Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > ID > IDEEditorTracking Interface > IDEEditorTracking.EditorTrackingEnabled Property
ArcGIS Developer Help

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(
  Boolean* isEditorTrackingEnabled
);
[C++]
HRESULT put_EditorTrackingEnabled(
  VARIANT_BOOL isEditorTrackingEnabled
);
[C++]
Parameters
isEditorTrackingEnabled [out, retval]

isEditorTrackingEnabled is a parameter of type bool* isEditorTrackingEnabled [in]
isEditorTrackingEnabled is a parameter of type 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