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