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


IGeoTransformationOperationSet2.AddTo Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Geometry)  

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