|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGxDocumentationView
Provides access to members that edit metadata.
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.
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.
Method Summary | |
---|---|
void |
edit()
Opens the current metadata editor. |
void |
editProperties()
Opens the Metadata Properties dialog box. |
void |
synchronize()
Writes the current property values to the metadata. |
Method Detail |
---|
void edit() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void editProperties() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void synchronize() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |