STK UI PluginsSend comments on this topic.
IAgProgressTrackCancel Interface

Description

The interface represents the progress of a lengthy action.

Public Methods

Public Method BeginTrackingInitialize the progress animation using specified behavior and appearance
Public Method EndTrackingEnds the progress animation.
Public Method SetProgressNotifies of the progress of a time consuming operation.

Public Properties

Public Property ContinueReturns whether to continue normal operation execution.

Remarks

IAgProgressTrackCancel interface provides methods and properties to control the progress animation in the hosting environment. The progress tracking is useful when a User Interface plugin needs to execute an action that may take some time to finish so in order to provide a feedback to the hosting environment, the plugin can use the progress tracking interface to visually indicate the current progress and allow the user cancel the action if it is taking too long.
© 2025 Analytical Graphics, Inc. All Rights Reserved.