This document is archived and information here might be outdated. Recommended version. |
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**