| Samples |
|
Metadata Quick Editor (DLL)
Description:
This sample demonstrates how to create a custom metadata editor to edit FGDC format metadata. It can also be extended to edit ISO format metadata.
It implements the ICommand interface and is intended to be used within ArcCatalog.
After creating a custom editor, you must register it with the ArcCatalog
application.
|
Products:
Platforms: WindowsMinimum ArcGIS Release: 9.0 |
How to use:
- Register the dll on your machine;
- Within ArcCatalog toolbar, right click and select Customize option;
- Click the Commands tab, and then click Add from file... button;
- Navigate to the compiled QuickEditor.dll and click Open;
- Click OK;
- You can see that Metadata Quick Editor has been added to the list of components in the My Custom Controls category;
- Highlight Metadata Quick Editor, drag/drop it to anywhere in the toolbars;
- Close the Customize dialogbox;
- In ArcCatalog, select the objects you want to edit;
- Click the button you just added onto ArcCatalog;
- Edit properties and click Apply button within each tab;
- Click Validate to see the results.
|
File
|
Description
|
| ButtonImage.BMP |
Bitmap used as icon. |
| cmdIcon.cls |
Class file implementing the ICommand interface. |
| frmDisplay.frm |
Form displaying validating results. |
| frmEditor.frm |
Form doing editing work. |
| frmIcon.frm |
Form containing your editor's icon. |
| gFun.bas |
Module implementing editing work. |
| gVar.bas |
Module defining the global variables used by the project. |
| QuickEditor.dll |
The compiled project. |
| QuickEditor.vbp |
The project file for the sample editor. |
Key CoClasses:PropertySet
Key Interfaces: IPropertySet
Key Members:IPropertySet::GetProperty, IPropertySet::SetProperty
Send feedback on this sample