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


ITiePointOperation.Init 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.Init Method
ArcGIS Developer Help

ITiePointOperation.Init Method

Initializes a tie point collection with a tie point table.

[Visual Basic .NET]
Public Sub Init ( _
    ByVal pTiePoints As ITable _
)
[C#]
public void Init (
    ITable pTiePoints
);
[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