AGI STK Astrogator 11 Send comments on this topic.
PropagateOnApply Property (IAgVAMCSOptions)
See Also 





Description

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.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property PropagateOnApply() As Boolean

[C#]
public bool PropagateOnApply {get; set;}

[Managed C++]
public: __property bool get_PropagateOnApply();
public: __property void set_PropagateOnApply(
bool
);

[Unmanaged C++]
public: HRESULT get_PropagateOnApply(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_PropagateOnApply(
VARIANT_BOOL NewPropagateOnApply
);

[Java]
public bool getPropagateOnApply();public void setPropagateOnApply(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1