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


IGxDocumentationView Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CatalogUI > ESRI.ArcGIS.CatalogUI > Interfaces > IG > IGxDocumentationView Interface
ArcGIS Developer Help

IGxDocumentationView Interface

Provides access to members that edit metadata.

Product Availability

Available with ArcGIS Desktop.

Description

The IGxDocumentationView is implemented by GxDocumentationView. It provides a set of methods for manipulating the metadata associated with an object. Through this interface, the developer can open the editor associated with the metadata, access the metadata properties, or apply the edits made to the metadata.

 

Members

Name Description
Method Edit Opens the current metadata editor.
Method EditProperties Opens the Metadata Properties dialog box.
Method Synchronize Writes the current property values to the metadata.

Classes that implement IGxDocumentationView

Classes Description
GxDocumentationView GxView that represents the metadata view.

Remarks

The GxDocumentationView CoClass requires the Microsoft .NET Framework 3.0 or higher and the Windows Presentation Foundation (WPF) Toolkit to be installed. The WPFToolkit.dll must be referenced.