SolarRadiationBoundaryMitigationStatePosition Property  | 
 
            Gets or sets the position element of the object that is being corrected.
            
 
    Namespace: 
   AGI.Foundation.Celestial
    Assembly:
   AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic PropagationPointElement StatePosition { get; set; }Public Property StatePosition As PropagationPointElement
	Get
	Set
public:
property PropagationPointElement^ StatePosition {
	PropagationPointElement^ get ();
	void set (PropagationPointElement^ value);
}member StatePosition : PropagationPointElement with get, set
Property Value
Type: 
PropagationPointElement
See Also