ArcObjects Library Reference (CartoUI)  

INewGeoTransformationDialog2.SetDefault Method

Sets a transformation in the New GeoTransformation dialog to work with.

[Visual Basic .NET]
Public Sub SetDefault ( _
    ByVal pGT As IGeoTransformation _
)
[C#]
public void SetDefault (
    IGeoTransformation pGT
);

Product Availability

Available with ArcGIS Desktop.

See Also

INewGeoTransformationDialog2 Interface