StkSatelliteDatabaseEntryExtensionsCreatePlatform Method  | 
  
    Namespace: 
   AGI.Foundation.Platforms
    Assembly:
   AGI.Foundation.Platforms (in AGI.Foundation.Platforms.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic static Platform CreatePlatform(
	this StkSatelliteDatabaseEntry entry
)
<ExtensionAttribute>
Public Shared Function CreatePlatform ( 
	entry As StkSatelliteDatabaseEntry
) As Platform
public:
[ExtensionAttribute]
static Platform^ CreatePlatform(
	StkSatelliteDatabaseEntry^ entry
)
[<ExtensionAttribute>]
static member CreatePlatform : 
        entry : StkSatelliteDatabaseEntry -> Platform 
Parameters
- entry
 - Type: AGI.Foundation.StkStkSatelliteDatabaseEntry
The entry that contains the information of the satellite to be created. 
Return Value
Type: 
PlatformA fully configured platform.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type 
StkSatelliteDatabaseEntry. 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
            The created platform will have the following properties configured:
            
See Also