This document is archived and information here might be outdated. Recommended version. |
Finds a transformation.
[Visual Basic .NET] Public Sub GetHVTransform ( _ ByVal pFromGCS As IGeographicCoordinateSystem, _ ByVal pToGCS As IGeographicCoordinateSystem, _ ByRef Direction As esriTransformDirection, _ ByRef Transformation As IHVCompositeDatumTransformation _ )
[C#] public void GetHVTransform ( IGeographicCoordinateSystem pFromGCS, IGeographicCoordinateSystem pToGCS, ref esriTransformDirection Direction, ref IHVCompositeDatumTransformation Transformation );
[C++]
HRESULT GetHVTransform(
IGeographicCoordinateSystem* pFromGCS,
IGeographicCoordinateSystem* pToGCS,
esriTransformDirection* Direction,
IHVCompositeDatumTransformation** Transformation
);
[C++]
Parameters pFromGCS [in]
pFromGCS is a parameter of type IGeographicCoordinateSystem* pToGCS [in]
pToGCS is a parameter of type IGeographicCoordinateSystem* Direction [out]
Direction is a parameter of type esriTransformDirection* Transformation [out]
Transformation is a parameter of type IHVCompositeDatumTransformation**