SiteScenario¶
Type ISIAPISiteScenario · Interface
Namespace SIDRASolutions.SI.API
Assembly SIDRASolutions.SI.API.dll
COM CLSID 57A33882-9109-4551-BA83-0398584E5C57
Declaration¶
Members¶
Properties
| Property | Type | Summary |
|---|---|---|
| Name | string |
Site Scenario name |
| ID | string |
Site Scenario ID in the Site Scenarios dialog and reports. |
| Position | int |
|
| VolumeType | int |
Site Scenario Volume Type |
| Analyse | bool |
Flag indicating this Site Scenario is applied to the Site. |
| Site | ISIAPISite |
|
| SiteVolumeBin | ISIAPISiteVolumeBin |
Site Volume Bin that is linked to this Scenario. |
Properties¶
Name¶
Site Scenario name
Type string
Value
The Site Scenario name, max length = 100.
Code samples
ID¶
Site Scenario ID in the Site Scenarios dialog and reports.
Type string
Value
Site Scenario ID, max length = 10.
Code samples
Position¶
Type int
Code samples
VolumeType¶
Site Scenario Volume Type
Type int
Value
One of:
0- Local, the Site's local volumes are applied1- Linked, the linked SiteVolumeBin's volumes are applied
Code samples
Analyse¶
Flag indicating this Site Scenario is applied to the Site.
Type bool
Code samples
Site¶
Type ISIAPISite
Code samples
SiteVolumeBin¶
Site Volume Bin that is linked to this Scenario.
Type ISIAPISiteVolumeBin
Remarks
This SiteVolumeBin property only applies to the SiteScenario which VolumeType == 1 (Linked).