| IRoutingAddToScenario Method |
Add the routing to a given scenario
Namespace:
AskiaCore
Assembly:
AskiaCore (in AskiaCore.dll) Version: 6.0.0-build000000000000000000000000000000000000000001
Syntax bool AddToScenario(
int scenarioId
)
Function AddToScenario (
scenarioId As Integer
) As Boolean
bool AddToScenario(
int scenarioId
)
Parameters
- scenarioId
- Type: SystemInt32
Id of the scenario to which the routing will be added
Return Value
Type:
BooleanReturn a boolean representing the success of the operation
See Also