com.esri.arcgis.catalog
Interface IGxObjectFactoryEdit

All Superinterfaces:
Serializable
All Known Implementing Classes:
GxCoverageFactory, GxRasterFileSystemFactory, GxTextFileFactory

public interface IGxObjectFactoryEdit
extends Serializable

Provides access to members that modify the object factory's properties.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 void editProperties(int hParent)
          Presents a modal dialog to allow editing the object factory's properties.
 

Method Detail

editProperties

void editProperties(int hParent)
                    throws IOException,
                           AutomationException
Presents a modal dialog to allow editing the object factory's properties.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Parameters:
hParent - The hParent (A COM typedef) (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.