PlatformOrientationAxes 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: 24.2.419.0 (24.2.419.0)
Syntax public PlatformOrientationAxes(
Platform platform
)
Public Sub New (
platform As Platform
)
public:
PlatformOrientationAxes(
Platform^ platform
)
new :
platform : Platform -> PlatformOrientationAxes
Parameters
- platform
- Type: AGI.Foundation.PlatformsPlatform
The Platform whose OrientationAxes will receive all method calls.
See Also