StkSatelliteDatabaseExtensions.CreatePlatforms Method (StkSatelliteDatabase, StkSatelliteDatabaseQuery) |
Creates platforms representing the satellites in the database that match the input query.
Namespace:
AGI.Foundation.Platforms
Assembly:
AGI.Foundation.Platforms (in AGI.Foundation.Platforms.dll) Version: 24.3.420.0 (24.3.420.0)
Syntaxpublic static List<Platform> CreatePlatforms(
this StkSatelliteDatabase database,
StkSatelliteDatabaseQuery query
)
<ExtensionAttribute>
Public Shared Function CreatePlatforms (
database As StkSatelliteDatabase,
query As StkSatelliteDatabaseQuery
) As List(Of Platform)
public:
[ExtensionAttribute]
static List<Platform^>^ CreatePlatforms(
StkSatelliteDatabase^ database,
StkSatelliteDatabaseQuery^ query
)
[<ExtensionAttribute>]
static member CreatePlatforms :
database : StkSatelliteDatabase *
query : StkSatelliteDatabaseQuery -> List<Platform>
Parameters
- database
- Type: AGI.Foundation.Stk.StkSatelliteDatabase
The input STK Satellite database. - query
- Type: AGI.Foundation.Stk.StkSatelliteDatabaseQuery
The query used to select satellites.
Return Value
Type:
List<Platform>A collection of platforms representing the satellites in the database.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
StkSatelliteDatabase. 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