com.esri.arcgis.cartoUI
Interface INewGeoTransformationDialog2

All Superinterfaces:
Serializable
All Known Implementing Classes:
INewGeoTransformationDialog2Proxy, NewGeoTransformationDialog

public interface INewGeoTransformationDialog2
extends Serializable

Provides access to instantiate the default transformation in New GeoTransformation dialog.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 void setDefault(IGeoTransformation pGT)
          Sets a transformation in the New GeoTransformation dialog to work with.
 

Method Detail

setDefault

void setDefault(IGeoTransformation pGT)
                throws IOException,
                       AutomationException
Sets a transformation in the New GeoTransformation dialog to work with.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Parameters:
pGT - A reference to a com.esri.arcgis.geometry.IGeoTransformation (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.