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


IGPUtilities2.GetGTOperationSet Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGPUtilities2.GetGTOperationSet Method

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

Product Availability

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

See Also

IGPUtilities2 Interface