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


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

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