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


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

IMetadataEditor.Name Property

Name of the metadata editor.

[Visual Basic .NET]
Public ReadOnly Property Name As String
[C#]
public string Name {get;}

Product Availability

Available with ArcGIS Desktop.

Description

Returns the name of the Metadata Editor as String

Remarks

You use the get_Name property when you create a class that implements the IMetadataEditor interface. The Name property is the name of the editor. Additional details are available in the ArcGIS 9.3.1 Developer Help documentation �How to create a custom metadata editor� available at ArcGIS online.

 

See Also

IMetadataEditor Interface