PlatformLocationPoint Constructor (Platform) |
Creates a new instance of this class with the specified parameters
Namespace:
AGI.Foundation.Platforms
Assembly:
AGI.Foundation.Platforms (in AGI.Foundation.Platforms.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic PlatformLocationPoint(
Platform platform
)
Public Sub New (
platform As Platform
)
public:
PlatformLocationPoint(
Platform^ platform
)
new :
platform : Platform -> PlatformLocationPoint
Parameters
- platform
- Type: AGI.Foundation.Platforms.Platform
The Platform whose LocationPoint will receive all method calls.
See Also