ArcObjects Library Reference  (Geometry)    

IGeoTransformationOperationSet.Get Method

Returns a default geographic transformation.

[Visual Basic 6.0]
Sub Get(
    ByVal pFromGCS As IGeographicCoordinateSystem, _
    ByVal pToGCS As IGeographicCoordinateSystem, _
    direction As esriTransformDirection, _
    transformation As IGeoTransformation _
)
[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
);
[Java]
public void get (
    IGeographicCoordinateSystem pFromGCS,
    IGeographicCoordinateSystem pToGCS,
    esriTransformDirection direction,
    IGeoTransformation transformation
)
throws
    IOException,
    AutomationException
[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

 


Feedback Send feedback on this page