ErrorManager.StartMessageSection Method
Parent Object: ErrorManagerDescription
Method that starts a message section and returns a MessageSection object which can be used to clear, adopt or retain error/warning messages created during the section.
Syntax
ErrorManager.StartMessageSection() As MessageSectionSamples
Name | Description |
Using Inventor's error dialog | Demonstrates using Inventor's error dialog. |
Display custom error messages | Demonstrates displaying custom error messages. |