| IResourceAddToScenario Method |
Add the resource 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
Ids of the scenario to which the resource will be added
Return Value
Type:
BooleanReturn a boolean representing the success of the operation
See Also