VectorPropagationParameterIntegrationAxes Property  | 
 
            Gets or sets the 
Axes used to define the state during integration.
            
 
    Namespace: 
   AGI.Foundation.Geometry
    Assembly:
   AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic Axes IntegrationAxes { get; set; }Public Property IntegrationAxes As Axes
	Get
	Set
public:
property Axes^ IntegrationAxes {
	Axes^ get ();
	void set (Axes^ value);
}member IntegrationAxes : Axes with get, set
Property Value
Type: 
Axes
See Also