ScenarioCollection Class
ScenarioCollection class
Represents the list of scenarios.
type ScenarioCollection struct {
ptr unsafe.Pointer
}
Constructors
Methods
| Method | Description |
|---|
| IsNull | Checks whether the implementation object is nullptr. |
| GetActiveIndex | Gets and sets which scenario is selected. |
| SetActiveIndex | Gets and sets which scenario is selected. |
| GetLastSelected | Indicates which scenario was last selected by the user to be run/shown. |
| SetLastSelected | Indicates which scenario was last selected by the user to be run/shown. |
| Get | Gets the Scenario object by the index. |
| Add | Adds a scenario. |
| GetCount | |