ArcObjects Library Reference (Carto)  

IDataObjectTable2.EditorTrackingInfo Property

Editor Tracking Info.

[Visual Basic .NET]
Public ReadOnly Property EditorTrackingInfo As IEditorTrackingInfo
[C#]
public IEditorTrackingInfo EditorTrackingInfo {get;}
[C++]
HRESULT get_EditorTrackingInfo(
  IEditorTrackingInfo** EditorTrackingInfo
);
[C++]

Parameters

EditorTrackingInfo [out, retval]

  EditorTrackingInfo is a parameter of type IEditorTrackingInfo

Product Availability

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

See Also

IDataObjectTable2 Interface