VectorSumObservedAxes Property |
Gets or sets the
Axes in which the resultant vector sum
will be observed.
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public Axes ObservedAxes { get; set; }
Public Property ObservedAxes As Axes
Get
Set
public:
property Axes^ ObservedAxes {
Axes^ get ();
void set (Axes^ value);
}
member ObservedAxes : Axes with get, set
Property Value
Type:
AxesSee Also