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


IHVCompositeDatumTransformationEditor.CreateHVDatumTransformationFromGeoTransformation Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Geometry)  

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