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





Windows & Linux

Description

Set this to true to disable all non-LambertDuration stopping conditions in the first propagate segment.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property DisableFirstPropagateNonLambertStopConditions() As Boolean
[C#]
public bool DisableFirstPropagateNonLambertStopConditions {get; set;}
[Managed C++]
public: __property bool get_DisableFirstPropagateNonLambertStopConditions();
public: __property void set_DisableFirstPropagateNonLambertStopConditions( bool );
[Unmanaged C++]
public: HRESULT get_DisableFirstPropagateNonLambertStopConditions(
    VARIANT_BOOL * pVal
);
public: HRESULT put_DisableFirstPropagateNonLambertStopConditions(
    VARIANT_BOOL newVal
);
[Java]
public bool getDisableFirstPropagateNonLambertStopConditions();
public void setDisableFirstPropagateNonLambertStopConditions(
    bool
);
[Python - STK API ]
@property
def DisableFirstPropagateNonLambertStopConditions(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.