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


IGeoTransformationOperationSet2.AddTo Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IG > IGeoTransformationOperationSet2 Interface > IGeoTransformationOperationSet2.AddTo Method
ArcGIS Developer Help

IGeoTransformationOperationSet2.AddTo Method

Adds content of this set to the pDst.

[Visual Basic .NET]
Public Sub AddTo ( _
    ByVal pDst As IGeoTransformationOperationSet2 _
)
[C#]
public void AddTo (
    IGeoTransformationOperationSet2 pDst
);
[C++]
HRESULT AddTo(
  IGeoTransformationOperationSet2* pDst
);
[C++]
Parameters
pDst 

pDst is a parameter of type IGeoTransformationOperationSet2*

Product Availability

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

See Also

IGeoTransformationOperationSet2 Interface