NetworkSiteScenarios¶
Type ISIAPINetworkSiteScenarios · Interface
Namespace SIDRASolutions.SI.API
Assembly SIDRASolutions.SI.API.dll
COM CLSID D43818A2-FBE7-4795-93D7-A9274F93D8CD
Declaration¶
Members¶
Properties
| Property | Type | Summary |
|---|---|---|
| Count | int |
Gets the number of NetworkSiteScenarios contained in the collection. |
| this[] | ISIAPINetworkSiteScenario |
Get the NetworkSiteScenario at the specified index. |
Methods
| Method | Returns | Summary |
|---|---|---|
| GetNetworkSiteScenarioByNetworkSite(ISIAPINetworkSite) | ISIAPINetworkSiteScenario |
Get the NetworkSiteScenario that links to the NetworkSite. |
Properties¶
Count¶
Gets the number of NetworkSiteScenarios contained in the collection.
Type int
Code samples
this[]¶
Get the NetworkSiteScenario at the specified index.
Type ISIAPINetworkSiteScenario
Remarks
In C#, use ISIAPISiteScenarios[] to get a NetworkSiteScenario by its position in the collection.
In VBA, use Item() to get a NetworkSiteScenario by its position.
In C++, use get_Item() to get a SiteScenario by its position.
Code samples
Methods¶
GetNetworkSiteScenarioByNetworkSite(ISIAPINetworkSite)¶
Get the NetworkSiteScenario that links to the NetworkSite.
Parameters
| Name | Type | Description |
|---|---|---|
networkSite |
ISIAPINetworkSite |
Returns ISIAPINetworkSiteScenario