Platform.OrientationAxes Property |
Gets or sets the time-varying orientation of this platform.
Namespace:
AGI.Foundation.Platforms
Assembly:
AGI.Foundation.Platforms (in AGI.Foundation.Platforms.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic Axes OrientationAxes { get; set; }
Public Property OrientationAxes As Axes
Get
Set
public:
virtual property Axes^ OrientationAxes {
Axes^ get () sealed;
void set (Axes^ value) sealed;
}
abstract OrientationAxes : Axes with get, set
override OrientationAxes : Axes with get, set
Property Value
Type:
AxesImplements
IOrientationAxesService.OrientationAxes
See Also