This document is archived and information here might be outdated.  Recommended version.


INewGeoTransformationDialog.DoModal Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CartoUI > ESRI.ArcGIS.CartoUI > Interfaces > IN > INewGeoTransformationDialog Interface > INewGeoTransformationDialog.DoModal Method
ArcGIS Developer Help

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