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


ITiePointCollection.Point Property (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.Point Property
ArcGIS Developer Help

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