ArcObjects Library Reference (NetworkAnalystUI)  

INetworkIdentifyDialog.Clear Method

Empty the current dialog contents.

[Visual Basic .NET]
Public Sub Clear ( _
)
[C#]
public void Clear (
);

Product Availability

Available with ArcGIS Desktop. Requires Network Analyst Extension.

Remarks

Use Clear to blank out the results on the NetworkIdentifyDialog.

See Also

INetworkIdentifyDialog Interface