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


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

IHVCompositeDatumTransformationEditor.AddFromComposite Method

Adds a composite datum transformation.

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

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

Product Availability

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

See Also

IHVCompositeDatumTransformationEditor Interface