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


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

IHVCompositeDatumTransformationEditor.Add Method

Adds a datum transformation.

[Visual Basic .NET]
Public Sub Add ( _
    ByVal Transform As IHVDatumTransformation, _
    ByVal dir As esriTransformDirection _
)
[C#]
public void Add (
    IHVDatumTransformation Transform,
    esriTransformDirection dir
);
[C++]
HRESULT Add(
  IHVDatumTransformation* Transform,
  esriTransformDirection dir
);
[C++]
Parameters
Transform [in]

Transform is a parameter of type IHVDatumTransformation* dir [in]
dir is a parameter of type esriTransformDirection

Product Availability

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

See Also

IHVCompositeDatumTransformationEditor Interface