ISIAPINetworkScenario Interface¶
Namespace: SIDRASolutions.SI.API
Assembly: SIDRASolutions.SI.API.dll
COM CLSID: ACE73758-FDD9-4C77-8349-BB5846E313A9
Declaration¶
Get an instance¶
Properties¶
Name¶
Network Scenario name
Type string
Value
The Network Scenario name, max length = 100.
Code samples
ID¶
Network Scenario ID in the Network Scenarios dialog and reports.
Type string
Value
Network Scenario ID, max length = 10.
Code samples
Position¶
Type int
Code samples
VolumeType¶
Network Scenario Volume Type
Type int
Value
One of:
0- Local, the local volumes of the Sites in the Network are applied2- Custom, the Site Scenarios defined in the property NetworkSiteScenarios collection are applied
Code samples
Analyse¶
Flag indicating this Network Scenario is applied to the Network.
Type bool
Code samples
Network¶
Type ISIAPINetwork
Code samples
NetworkSiteScenarios¶
NetworkSiteScenarios collection for this Scenario.
Type ISIAPINetworkSiteScenarios
Remarks
This NetworkSiteScenarios property only applies to the Network Scenario which VolumeType == 2 (Custom).