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


IHVCompositeDatumTransformationEditor.CreateHVDatumTransformationFromGeoTransformation Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IH > IHVCompositeDatumTransformationEditor Interface > IHVCompositeDatumTransformationEditor.CreateHVDatumTransformationFromGeoTransformation Method
ArcGIS Developer Help

IHVCompositeDatumTransformationEditor.CreateHVDatumTransformationFromGeoTransformation Method

Creates a datum transformation from geo transformation. Cannot be CompositeGeoTransformation.

[Visual Basic .NET]
Public Function CreateHVDatumTransformationFromGeoTransformation ( _
    ByVal pGT As IGeoTransformation _
) As IHVDatumTransformation
[C#]
public IHVDatumTransformation CreateHVDatumTransformationFromGeoTransformation (
    IGeoTransformation pGT
);
[C++]
HRESULT CreateHVDatumTransformationFromGeoTransformation(
  IGeoTransformation* pGT
);
[C++]
Parameters
pGT [in]

pGT is a parameter of type IGeoTransformation*

Product Availability

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

See Also

IHVCompositeDatumTransformationEditor Interface