This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITinAdvanced Interface > ITinAdvanced.FindTriangle Method (ArcObjects .NET 10.4 SDK) |
The triangle at the specified location.
[Visual Basic .NET] Public Function FindTriangle ( _ ByVal pPoint As IPoint _ ) As ITinTriangle
[C#] public ITinTriangle FindTriangle ( IPoint pPoint );
[C++]
HRESULT FindTriangle(
IPoint* pPoint,
ITinTriangle** ppTriangle
);
[C++]
Parameters pPoint [in]
pPoint is a parameter of type IPoint ppTriangle [out, retval]
ppTriangle is a parameter of type ITinTriangle
Returns the triangle that contains the given query point.
If the query point is incident to a node or edge than the triangle to return is ambiguous. In either case the function will select the first triangle it finds.