ArcObjects Library Reference (DataSourcesRaster)  

ITiePointOperation.SaveTo Method

Saves all tie points to a given tie point table.

ERROR: Syntax information about ITiePointOperation.SaveTo may not be in D:\ArcGIS\DotNet\ESRI.ArcGIS.DataSourcesRaster.dll

[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