com.esri.arcgis.schematic
Interface INgCancelTracker
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- INgCancelTrackerProxy
public interface INgCancelTracker
- extends Serializable
Provides access to members that control the schematic cancel tracker.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
|
Method Summary |
boolean |
isCanceled()
Indicates if the operation has been interrupted. |
isCanceled
boolean isCanceled()
throws IOException,
AutomationException
- Indicates if the operation has been interrupted.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
- Returns:
- The pVal
- Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.