STK AstrogatorSend comments on this topic.
DisableNonLambertPropagateStopConditions Property (IAgVAProfileLambertProfile)
See Also
Windows





Windows & Linux

Description

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

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property DisableNonLambertPropagateStopConditions() As Boolean
[C#]
public bool DisableNonLambertPropagateStopConditions {get; set;}
[Managed C++]
public: __property bool get_DisableNonLambertPropagateStopConditions();
public: __property void set_DisableNonLambertPropagateStopConditions( bool );
[Unmanaged C++]
public: HRESULT get_DisableNonLambertPropagateStopConditions(
    VARIANT_BOOL * pVal
);
public: HRESULT put_DisableNonLambertPropagateStopConditions(
    VARIANT_BOOL newVal
);
[Java]
public bool getDisableNonLambertPropagateStopConditions();
public void setDisableNonLambertPropagateStopConditions(
    bool
);
[Python - STK API ]
@property
def DisableNonLambertPropagateStopConditions(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.