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


IGeoTransformationHelper.Set Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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 VARIANT_BOOL

Product Availability

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

See Also

IGeoTransformationHelper Interface