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


ITinAdvanced.QueryNearestEdge 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.QueryNearestEdge Method
ArcGIS Developer Help

ITinAdvanced.QueryNearestEdge Method

Finds and returns the nearest edge to the query point.

[Visual Basic .NET]
Public Sub QueryNearestEdge ( _
    ByVal pPoint As IPoint, _
    ByVal pEdge As ITinEdge, _
    ByRef pDistance As Double _
)
[C#]
public void QueryNearestEdge (
    IPoint pPoint,
    ITinEdge pEdge,
    ref double pDistance
);
[C++]
HRESULT QueryNearestEdge(
  IPoint* pPoint,
  ITinEdge* pEdge,
  System.Double* pDistance
);
[C++]
Parameters
pPoint [in]

pPoint is a parameter of type IPoint* pEdge
pEdge is a parameter of type ITinEdge* pDistance
pDistance is a parameter of type double*

Product Availability

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

See Also

ITinAdvanced Interface