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


INetworkIdentifyDialog.Clear 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.Clear Method
ArcGIS Developer Help

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