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


IDatasetDef2.ActiveMetaDataEditor Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > ID > IDatasetDef2 Interface > IDatasetDef2.ActiveMetaDataEditor Property
ArcGIS Developer Help

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(
  System.String* 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