This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IT > ITiePointCollection Interface > ITiePointCollection.Point Property (ArcObjects .NET 10.4 SDK) |
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