This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > ID > IDEEditorTracking Interface > IDEEditorTracking.EditorTrackingEnabled Property (ArcObjects .NET 10.4 SDK) |
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