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


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

ITiePointCollection.Append Method

Appends an image tie point.

[Visual Basic .NET]
Public Sub Append ( _
    ByVal pPoint As ITiePoint _
)
[C#]
public void Append (
    ITiePoint pPoint
);
[C++]
HRESULT Append(
  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