Method GetRankedFacilityIndexes
GetRankedFacilityIndexes(Int32)
Retrieves an ordered list of facilities for a given incident.
Declaration
public IReadOnlyList<int> GetRankedFacilityIndexes(int incidentIndex)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | incidentIndex | The index of the desired incident in the incidents collection |
Returns
Type | Description |
---|---|
System.Collections.Generic.IReadOnlyList<System.Int32> | Ranked Facility Indexes. |
Remarks
Facilities and Incidents are identified by indexes based on the facilities and incidents collections. The first element in the list is the closest facility, the second element is the next closest, etc. Multiple properties can effect the number of facilities returned for each incident.
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.1 - 200.5 |
Xamarin.Android | 100.1 - 100.15 |
Xamarin.iOS | 100.1 - 100.15 |
UWP | 100.1 - 200.5 |