ArcObjects Library Reference (NetworkAnalystUI)  

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