This document is archived and information here might be outdated. Recommended version. |
Gets the set of geographic transformations.
[Visual Basic .NET] Public Sub GetGTOperationSet ( _ ByVal pGTs As IGPValue, _ ByVal pInSR As ISpatialReference, _ ByVal pOutSR As ISpatialReference, _ ByRef ppGTs As ICompositeGeoTransformation _ )
[C#] public void GetGTOperationSet ( IGPValue pGTs, ISpatialReference pInSR, ISpatialReference pOutSR, ref ICompositeGeoTransformation ppGTs );
[C++]
HRESULT GetGTOperationSet(
IGPValue* pGTs,
ISpatialReference* pInSR,
ISpatialReference* pOutSR,
ICompositeGeoTransformation** ppGTs
);
[C++] Parameters pGTs [in]
pGTs is a parameter of type IGPValue* pInSR [in]
pInSR is a parameter of type ISpatialReference* pOutSR [in]
pOutSR is a parameter of type ISpatialReference* ppGTs [in]
ppGTs is a parameter of type ICompositeGeoTransformation**