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


IHVCompositeDatumTransformationEditor.CreateHVDatumTransformation 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.CreateHVDatumTransformation Method
ArcGIS Developer Help

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