STK AstrogatorSend comments on this topic.
PropagateOnApply Property (IAgVAMCSOptions)
See Also
Windows





Windows & Linux

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 * pVal
);
public: HRESULT put_PropagateOnApply(
    VARIANT_BOOL newVal
);
[Java]
public bool getPropagateOnApply();
public void setPropagateOnApply(
    bool
);
[Python - STK API ]
@property
def PropagateOnApply(self) -> bool:

@PropagateOnApply.setter
def PropagateOnApply(self, newVal:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.