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