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


ITiePointCollection.Point Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

ITiePointCollection.Point Property

The image tie point at the specified position.

[Visual Basic .NET]
Public Function get_Point ( _
    ByVal index As Integer _
) As ITiePoint
[C#]
public ITiePoint get_Point (
    int index
);
[C++]
HRESULT get_Point(
  long index,
  ITiePoint** ppPoint
);
[C++]

Parameters index [in] index is a parameter of type long ppPoint [out, retval]
ppPoint is a parameter of type ITiePoint

Product Availability

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

See Also

ITiePointCollection Interface