AxesAdapterCurrentAxes Property |
Gets or sets the
Axes that the
element
in the state will be in once the state is adapted.
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public Axes CurrentAxes { get; set; }
Public Property CurrentAxes As Axes
Get
Set
public:
property Axes^ CurrentAxes {
Axes^ get ();
void set (Axes^ value);
}
member CurrentAxes : Axes with get, set
Property Value
Type:
AxesSee Also