com.esri.arcgis.catalogUI
Interface IAGSPublishToolboxAdminDialog
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- AGSPublishToolboxDialog
public interface IAGSPublishToolboxAdminDialog
- extends Serializable
Provides access to members that control the Publisher Admin Dialog.
Product Availability
Available with ArcGIS Desktop.
doModalPublish
boolean doModalPublish(int hParent,
IGPToolbox pGpToolbox)
throws IOException,
AutomationException
- Displays the dialog to publish a toolbox.
Product Availability
Available with ArcGIS Desktop.
- Parameters:
hParent
- The hParent (A COM typedef) (in)pGpToolbox
- A reference to a com.esri.arcgis.geoprocessing.IGPToolbox (in)
- Returns:
- The pSuccess
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.