Name | Description |
Close | Terminates the progress bar. |
UpdateProgress | Updates the progress bar by incrementing the progress step by one. This method should be called as many times as the number of steps provided in the CreateProgressBar method. |
Name | Description |
Application | Returns the top-level parent application object. When used the context of Inventor, an Application object is returned. When used in the context of Apprentice, an ApprenticeServer object is returned. |
Message | |
Type | Returns an ObjectTypeEnum indicating this object's type. |
Name | Description |
OnCancel | Event that is fired when the user chooses the cancel button on the progress bar. |
Name | Description |
Using Inventor's progress bars | Demonstrates using Inventor's progress bar. |