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


ICompositeGeoTransformation.Add Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geometry)  

ICompositeGeoTransformation.Add Method

Adds a geographic transformation to the list.

[Visual Basic .NET]
Public Sub Add ( _
    ByVal Direction As esriTransformDirection, _
    ByVal pXForm As IGeoTransformation _
)
[C#]
public void Add (
    esriTransformDirection Direction,
    IGeoTransformation pXForm
);
[C++]
HRESULT Add(
  esriTransformDirection Direction,
  IGeoTransformation* pXForm
);
[C++]

Parameters Direction
Direction is a parameter of type esriTransformDirection pXForm
pXForm is a parameter of type IGeoTransformation

Product Availability

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

See Also

ICompositeGeoTransformation Interface