STK AstrogatorSend comments on this topic.
DisableSecondPropagateNonLambertStopConditions Property (IAgVAProfileLambertSearchProfile)
See Also
Windows





Windows & Linux

Description

Set this to true to disable all non-LambertDuration stopping conditions in the second propagate segment. This is visible when you select Write Flight Duration to Second Propagate.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property DisableSecondPropagateNonLambertStopConditions() As Boolean
[C#]
public bool DisableSecondPropagateNonLambertStopConditions {get; set;}
[Managed C++]
public: __property bool get_DisableSecondPropagateNonLambertStopConditions();
public: __property void set_DisableSecondPropagateNonLambertStopConditions( bool );
[Unmanaged C++]
public: HRESULT get_DisableSecondPropagateNonLambertStopConditions(
    VARIANT_BOOL * pVal
);
public: HRESULT put_DisableSecondPropagateNonLambertStopConditions(
    VARIANT_BOOL newVal
);
[Java]
public bool getDisableSecondPropagateNonLambertStopConditions();
public void setDisableSecondPropagateNonLambertStopConditions(
    bool
);
[Python - STK API ]
@property
def DisableSecondPropagateNonLambertStopConditions(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.