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
pFromGCSpFromGCS is a parameter of type IGeographicCoordinateSystem
pToGCSpToGCS 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.