This document is archived and information here might be outdated. Recommended version. |
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 );
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.