com.esri.arcgis.trackinganalyst
Interface ITxSpatialReferenceChooser
- All Superinterfaces: 
 - Serializable
 
- All Known Implementing Classes: 
 - TxSpatialReferenceChooser
 
public interface ITxSpatialReferenceChooser
- extends Serializable
 
Provides access to method to display the spatial reference chooser.
  
Product Availability
 Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.
 
doModalCreate
ISpatialReference doModalCreate(int hParent)
                                throws IOException,
                                       AutomationException
- Displays the modal spatial reference chooser dialog.
  
Product Availability
 Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.
 
- Parameters:
 hParent - The hParent (A  COM typedef)   (in)
- Returns:
 - A reference to a com.esri.arcgis.geometry.ISpatialReference
 - Throws:
 IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.