This document is archived and information here might be outdated.  Recommended version.


IGeoTransformationOperationSet2.GetHVTransform Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IG > IGeoTransformationOperationSet2 Interface > IGeoTransformationOperationSet2.GetHVTransform Method
ArcGIS Developer Help

IGeoTransformationOperationSet2.GetHVTransform Method

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**

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGeoTransformationOperationSet2 Interface