ArcObjects Library Reference (CartoUI)  

INewGeoTransformationDialog.DoModal Method

Shows the New GeoTransformation dialog.

[Visual Basic .NET]
Public Function DoModal ( _
    ByVal pSourceGCS As IGeographicCoordinateSystem, _
    ByVal pTargetGCS As IGeographicCoordinateSystem _
) As IGeoTransformation
[C#]
public IGeoTransformation DoModal (
    IGeographicCoordinateSystem pSourceGCS,
    IGeographicCoordinateSystem pTargetGCS
);

Product Availability

Available with ArcGIS Desktop.

See Also

INewGeoTransformationDialog Interface