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


IGeoTransformationOperationSet.Get Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IG > IGeoTransformationOperationSet Interface > IGeoTransformationOperationSet.Get Method
ArcGIS Developer Help

IGeoTransformationOperationSet.Get Method

Returns a default geographic transformation.

[Visual Basic .NET]
Public Sub Get ( _
    ByVal pFromGCS As IGeographicCoordinateSystem, _
    ByVal pToGCS As IGeographicCoordinateSystem, _
    ByRef Direction As esriTransformDirection, _
    ByRef Transformation As IGeoTransformation _
)
[C#]
public void Get (
    IGeographicCoordinateSystem pFromGCS,
    IGeographicCoordinateSystem pToGCS,
    ref esriTransformDirection Direction,
    ref IGeoTransformation Transformation
);
[C++]
HRESULT Get(
  IGeographicCoordinateSystem* pFromGCS,
  IGeographicCoordinateSystem* pToGCS,
  esriTransformDirection* Direction,
  IGeoTransformation** Transformation
);
[C++]
Parameters
pFromGCS 

pFromGCS is a parameter of type IGeographicCoordinateSystem* pToGCS
pToGCS is a parameter of type IGeographicCoordinateSystem* Direction [out]
Direction is a parameter of type esriTransformDirection* Transformation [out]
Transformation is a parameter of type IGeoTransformation**

Product Availability

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

See Also

IGeoTransformationOperationSet Interface