PlatformReferenceFrame Property |
Gets the reference frame of this platform formed by the combination of
the platform's location and orientation.
Namespace:
AGI.Foundation.Platforms
Assembly:
AGI.Foundation.Platforms (in AGI.Foundation.Platforms.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public ReferenceFrame ReferenceFrame { get; }
Public ReadOnly Property ReferenceFrame As ReferenceFrame
Get
public:
virtual property ReferenceFrame^ ReferenceFrame {
ReferenceFrame^ get () sealed;
}
abstract ReferenceFrame : ReferenceFrame with get
override ReferenceFrame : ReferenceFrame with get
Property Value
Type:
ReferenceFrameImplements
IKinematicStateServiceReferenceFrameSee Also