ScenarioCollection Class

ScenarioCollection class

Represents the list of scenarios.


type ScenarioCollection struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
GetActiveIndexGets and sets which scenario is selected.
SetActiveIndexGets and sets which scenario is selected.
GetLastSelectedIndicates which scenario was last selected by the user to be run/shown.
SetLastSelectedIndicates which scenario was last selected by the user to be run/shown.
GetGets the object by the index.
AddAdds a scenario.
GetCount