Click or drag to resize

StkFacilityDatabaseExtensionsCreatePlatforms Method (StkFacilityDatabase, StkFacilityDatabaseQuery)

Creates platforms representing the facilities in the database that match the input query.

Namespace:  AGI.Foundation.Platforms
Assembly:  AGI.Foundation.Platforms (in AGI.Foundation.Platforms.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public static List<Platform> CreatePlatforms(
	this StkFacilityDatabase database,
	StkFacilityDatabaseQuery query
)

Parameters

database
Type: AGI.Foundation.StkStkFacilityDatabase
The input STK Facility database.
query
Type: AGI.Foundation.StkStkFacilityDatabaseQuery
The query used to select facilities.

Return Value

Type: ListPlatform
A 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 CreatePlatform(StkFacilityDatabaseEntry) for details regarding the produced platforms.
See Also