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


IMetadataHelper.Editor Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CatalogUI > ESRI.ArcGIS.CatalogUI > Interfaces > IM > IMetadataHelper Interface > IMetadataHelper.Editor Property
ArcGIS Developer Help

IMetadataHelper.Editor Property

CLSID of the currently selected editor.

[Visual Basic .NET]
Public Property Editor As UID
[C#]
public UID Editor {get; set;}

Product Availability

Available with ArcGIS Desktop.

Description

This property is used to check and/or change the Metadata Editor used in ArcCatalog.

The value to get or set the property must be of data type IUID.

Remarks

The Editor property is no longer used in ArcGIS 10. The pages that are included when you edit an item�s metadata in ArcGIS are determined by the current ArcGIS metadata style.

See Also

IMetadataHelper Interface | IUID Interface | UID Class