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


INetworkLoaderProgress.IsCancelled Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalysis > ESRI.ArcGIS.NetworkAnalysis > Interfaces > IN > INetworkLoaderProgress Interface > INetworkLoaderProgress.IsCancelled Property
ArcGIS Developer Help

INetworkLoaderProgress.IsCancelled Property

Indicates if the Cancel button has been pressed.

[Visual Basic .NET]
Public ReadOnly Property IsCancelled As Boolean
[C#]
public bool IsCancelled {get;}
[C++]
HRESULT get_IsCancelled(
  Boolean* pbIsCancelled
);
[C++]
Parameters
pbIsCancelled [out, retval]

pbIsCancelled is a parameter of type bool*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

INetworkLoaderProgress Interface