ArcObjects Library Reference (Geometry)  

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