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


ICompositeGeoTransformation.Add Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IC > ICompositeGeoTransformation Interface > ICompositeGeoTransformation.Add Method
ArcGIS Developer Help

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