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


ITiePointCollection.Add Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

ITiePointCollection.Add Method

Adds an image tie point.

[Visual Basic .NET]
Public Sub Add ( _
    ByVal pPoint As ITiePoint _
)
[C#]
public void Add (
    ITiePoint pPoint
);
[C++]
HRESULT Add(
  ITiePoint* pPoint
);
[C++]

Parameters pPoint [in]
pPoint is a parameter of type ITiePoint

Product Availability

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

See Also

ITiePointCollection Interface