If true, Astrogator will propagate trajectories whenever you click OK or Apply on the Orbit page. If you want to close the Properties Browser for the satellite without running the MCS, make certain this option is disabled.
Read-write property
[Visual Basic .NET] |
---|
Public Property PropagateOnApply() As Boolean |
[C#] |
---|
public bool PropagateOnApply {get; set;} |
[Managed C++] |
---|
public: __property bool get_PropagateOnApply(); |
[Unmanaged C++] |
---|
public: HRESULT get_PropagateOnApply( VARIANT_BOOL * pVal ); public: HRESULT put_PropagateOnApply( VARIANT_BOOL newVal ); |
[Java] |
---|
public bool getPropagateOnApply(); public void setPropagateOnApply( bool ); |