com.esri.arcgis.catalogUI
Interface IProjectedCoordinateSystemDialog

All Superinterfaces:
Serializable
All Known Implementing Classes:
ProjectedCoordinateSystemDialog

public interface IProjectedCoordinateSystemDialog
extends Serializable

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

Product Availability

Available with ArcGIS Desktop.


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

Method Detail

doModalCreate

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

Description

Provides access to a dialog that lets you select or define a projected 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.IProjectedCoordinateSystem
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.