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


ITiePointOperation.SaveTo Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IT > ITiePointOperation Interface > ITiePointOperation.SaveTo Method
ArcGIS Developer Help

ITiePointOperation.SaveTo Method

Saves all tie points to a given tie point table.

[Visual Basic .NET]
Public Sub SaveTo ( _
    ByVal pTiePoints As ITable _
)
[C#]
public void SaveTo (
    ITable pTiePoints
);
[C++]
HRESULT SaveTo(
  ITable* pTiePoints
);
[C++]
Parameters
pTiePoints [in]

pTiePoints is a parameter of type ITable*

Product Availability

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

See Also

ITiePointOperation Interface