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


IGeoTransformationHelper.Set Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IG > IGeoTransformationHelper Interface > IGeoTransformationHelper.Set Method
ArcGIS Developer Help

IGeoTransformationHelper.Set Method

Sets the system default geographic transformation on the primary operation set if missing.

[Visual Basic .NET]
Public Sub Set ( _
    ByVal direction As esriTransformDirection, _
    ByVal pGT As IGeoTransformation, _
    ByVal bAddNew As Boolean _
)
[C#]
public void Set (
    esriTransformDirection direction,
    IGeoTransformation pGT,
    bool bAddNew
);
[C++]
HRESULT Set(
  esriTransformDirection direction,
  IGeoTransformation* pGT,
  VARIANT_BOOL bAddNew
);
[C++]
Parameters
direction [in]

direction is a parameter of type esriTransformDirection pGT [in]
pGT is a parameter of type IGeoTransformation* bAddNew [in]
bAddNew is a parameter of type bool

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGeoTransformationHelper Interface