com.esri.arcgis.catalog
Interface IGxObjectFactoryPriority

All Superinterfaces:
Serializable
All Known Implementing Classes:
GxCoverageFactory, GxMetadataFactory, GxPrjFileFactory

public interface IGxObjectFactoryPriority
extends Serializable

Provides access to members that manages the priority of a GxObject factory.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 int getPriority()
          The priority of the object factory.
 void setPriority(int priority)
          The priority of the object factory.
 

Method Detail

getPriority

int getPriority()
                throws IOException,
                       AutomationException
The priority of the object factory. The higher the priority, the sooner the object factory is used to discover GxObjects.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Returns:
The priority
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPriority

void setPriority(int priority)
                 throws IOException,
                        AutomationException
The priority of the object factory. The higher the priority, the sooner the object factory is used to discover GxObjects.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

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