This document is archived and information here might be outdated. Recommended version. |
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