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


INewGeoTransformationDialog2.SetDefault Method (ArcObjects .NET 10.5 SDK)
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