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


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

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