StkFacilityDatabaseEntryExtensions.CreatePlatform Method |
Namespace:
AGI.Foundation.Platforms
Assembly:
AGI.Foundation.Platforms (in AGI.Foundation.Platforms.dll) Version: 24.3.420.0 (24.3.420.0)
Syntaxpublic static Platform CreatePlatform(
this StkFacilityDatabaseEntry entry
)
<ExtensionAttribute>
Public Shared Function CreatePlatform (
entry As StkFacilityDatabaseEntry
) As Platform
public:
[ExtensionAttribute]
static Platform^ CreatePlatform(
StkFacilityDatabaseEntry^ entry
)
[<ExtensionAttribute>]
static member CreatePlatform :
entry : StkFacilityDatabaseEntry -> Platform
Parameters
- entry
- Type: AGI.Foundation.Stk.StkFacilityDatabaseEntry
The entry that contains the information for the facility 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
StkFacilityDatabaseEntry. 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