PropagationVectorPropagationAxes Property |
Gets or sets the
Axes in which the propagation occurs. These are the axes in which the
VectorDerivative is represented.
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public Axes PropagationAxes { get; set; }
Public Property PropagationAxes As Axes
Get
Set
public:
property Axes^ PropagationAxes {
Axes^ get ();
void set (Axes^ value);
}
member PropagationAxes : Axes with get, set
Property Value
Type:
AxesSee Also