ArcObjects Library Reference (DataSourcesRaster)  

ITiePointOperation.Init Method

Initializes a tie point collection with a tie point table.

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

[C++]
HRESULT Init(
  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