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
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.