com.esri.arcgis.catalogUI
Interface IAGSObjectAdminDialog
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- AGSObjectAdminDialog
public interface IAGSObjectAdminDialog
- extends Serializable
Provides access to members that control the Server Object Admin Dialog.
Product Availability
Available with ArcGIS Desktop.
doModalCreateServerObject
IAGSObjectCreationProperties doModalCreateServerObject(int hParent,
IAGSServerConnectionName pServerConnName)
throws IOException,
AutomationException
- Displays the dialog to create a new server object.
Product Availability
Available with ArcGIS Desktop.
Supported Platforms
Windows
- Parameters:
hParent
- The hParent (A COM typedef) (in)pServerConnName
- A reference to a com.esri.arcgis.gisclient.IAGSServerConnectionName (in)
- Returns:
- A reference to a com.esri.arcgis.catalog.IAGSObjectCreationProperties
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.