StkCityDatabaseEntryExtensionsCreatePlatform Method |
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 Platform CreatePlatform(
this StkCityDatabaseEntry entry
)
<ExtensionAttribute>
Public Shared Function CreatePlatform (
entry As StkCityDatabaseEntry
) As Platform
public:
[ExtensionAttribute]
static Platform^ CreatePlatform(
StkCityDatabaseEntry^ entry
)
[<ExtensionAttribute>]
static member CreatePlatform :
entry : StkCityDatabaseEntry -> Platform
Parameters
- entry
- Type: AGI.Foundation.StkStkCityDatabaseEntry
The entry that contains the information for the city 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
StkCityDatabaseEntry. 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).
Exceptions Remarks
The created platform will have the following properties configured:
See Also