com.esri.arcgis.catalogUI
Interface IVerticalCoordinateSystemDialog
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- VerticalCoordinateSystemDialog
public interface IVerticalCoordinateSystemDialog
- extends Serializable
Provides access to members that control the Vertical Coordinate System Dialog.
Product Availability
Available with ArcGIS Desktop.
doModalCreate
IVerticalCoordinateSystem doModalCreate(int hParent)
throws IOException,
AutomationException
- Prompts the user to define a new vertical coordinate system.
Product Availability
Available with ArcGIS Desktop.
- Parameters:
hParent
- The hParent (A COM typedef) (in)
- Returns:
- A reference to a com.esri.arcgis.geometry.IVerticalCoordinateSystem
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.