com.esri.arcgis.catalogUI
Interface IGeographicCoordinateSystemDialog

All Superinterfaces:
Serializable
All Known Implementing Classes:
GeographicCoordinateSystemDialog

public interface IGeographicCoordinateSystemDialog
extends Serializable

Provides access to members that control the Geographic Coordinate System Dialog.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 IGeographicCoordinateSystem doModalCreate(int hParent)
          Prompts the user to define a new geographic coordinate system.
 

Method Detail

doModalCreate

IGeographicCoordinateSystem doModalCreate(int hParent)
                                          throws IOException,
                                                 AutomationException
Prompts the user to define a new geographic coordinate system.

Description

Provides access to a dialog that lets you select or define a geographic coordinate system.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Parameters:
hParent - The hParent (A COM typedef) (in)
Returns:
A reference to a com.esri.arcgis.geometry.IGeographicCoordinateSystem
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.