This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IG > IGeoTransformationHelper Interface > IGeoTransformationHelper.Set Method (ArcObjects .NET 10.4 SDK) |
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