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


IDatasetDef2.ActiveMetaDataEditor Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

IDatasetDef2.ActiveMetaDataEditor Property

Class ID of the active metadata editor.

[Visual Basic .NET]
Public Property ActiveMetaDataEditor As String
[C#]
public string ActiveMetaDataEditor {get; set;}
[C++]
HRESULT get_ActiveMetaDataEditor(
  BSTR* pbstrActiveMetaDataEditor
);
[C++]
HRESULT put_ActiveMetaDataEditor(
  BSTR pbstrActiveMetaDataEditor
);
[C++]

Parameters pbstrActiveMetaDataEditor [out, retval] pbstrActiveMetaDataEditor is a parameter of type BSTR pbstrActiveMetaDataEditor [in] pbstrActiveMetaDataEditor is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

IDatasetDef2 Interface