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


IGeoTransformationHelper.Install 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.Install Method
ArcGIS Developer Help

IGeoTransformationHelper.Install Method

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

[Visual Basic .NET]
Public Sub Install ( _
    ByVal pSourceSR As ISpatialReference, _
    ByVal pTargetSR As ISpatialReference, _
    ByVal bAddNew As Boolean _
)
[C#]
public void Install (
    ISpatialReference pSourceSR,
    ISpatialReference pTargetSR,
    bool bAddNew
);
[C++]
HRESULT Install(
  ISpatialReference* pSourceSR,
  ISpatialReference* pTargetSR,
  VARIANT_BOOL bAddNew
);
[C++]
Parameters
pSourceSR [in]

pSourceSR is a parameter of type ISpatialReference* pTargetSR [in]
pTargetSR is a parameter of type ISpatialReference* bAddNew [in]
bAddNew is a parameter of type bool

Product Availability

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

See Also

IGeoTransformationHelper Interface