StkFacilityDatabaseExtensionsCreatePlatforms Method (StkFacilityDatabase) |
Creates a platform for each facility entry in the supplied database.
Namespace:
AGI.Foundation.Platforms
Assembly:
AGI.Foundation.Platforms (in AGI.Foundation.Platforms.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public static List<Platform> CreatePlatforms(
this StkFacilityDatabase database
)
<ExtensionAttribute>
Public Shared Function CreatePlatforms (
database As StkFacilityDatabase
) As List(Of Platform)
public:
[ExtensionAttribute]
static List<Platform^>^ CreatePlatforms(
StkFacilityDatabase^ database
)
[<ExtensionAttribute>]
static member CreatePlatforms :
database : StkFacilityDatabase -> List<Platform>
Parameters
- database
- Type: AGI.Foundation.StkStkFacilityDatabase
The database containing StkFacilityEntries.
Return Value
Type:
ListPlatformA collection of platforms representing the facilities in the database.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
StkFacilityDatabase. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
Remarks See Also