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


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

IHVCompositeDatumTransformationEditor.CreateHVDatumTransformation Method

Creates a datum transformation from wkid. The wkid could be either geogtran or verttran.

[Visual Basic .NET]
Public Function CreateHVDatumTransformation ( _
    ByVal wkid As Integer _
) As IHVDatumTransformation
[C#]
public IHVDatumTransformation CreateHVDatumTransformation (
    int wkid
);
[C++]
HRESULT CreateHVDatumTransformation(
  long wkid
);
[C++]

Parameters wkid [in]
wkid is a parameter of type long

Product Availability

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

See Also

IHVCompositeDatumTransformationEditor Interface