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


INetworkIdentifyDialog.AddIdentifyPoint Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalystUI > ESRI.ArcGIS.NetworkAnalystUI > Interfaces > IN > INetworkIdentifyDialog Interface > INetworkIdentifyDialog.AddIdentifyPoint Method
ArcGIS Developer Help

INetworkIdentifyDialog.AddIdentifyPoint Method

Add a new point to be identified.

[Visual Basic .NET]
Public Sub AddIdentifyPoint ( _
    ByVal point As IPoint, _
    ByVal tolerance As Double, _
    ByVal tracker As ITrackCancel _
)
[C#]
public void AddIdentifyPoint (
    IPoint point,
    double tolerance,
    ITrackCancel tracker
);

Product Availability

Available with ArcGIS Desktop. Requires Network Analyst Extension.

Remarks

The AddIdentifyPoint method takes as input a point, tolerance, and cancel tracker and populates the NetworkIdentifyDialog with the NetworkElements within the search tolerance of the point within the NetworkLayer's NetworkDataset.

See Also

INetworkIdentifyDialog Interface