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