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


ITinAdvanced.FindTriangle Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITinAdvanced Interface > ITinAdvanced.FindTriangle Method
ArcGIS Developer Help

ITinAdvanced.FindTriangle Method

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
);
[C++]
Parameters
pPoint [in]

pPoint is a parameter of type IPoint*

Product Availability

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

Description

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.

See Also

ITinAdvanced Interface