This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IC > ICompositeGeoTransformation Interface > ICompositeGeoTransformation.Add Method (ArcObjects .NET 10.4 SDK) |
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