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





Windows & Linux

Description

Set this to true to write the departure delay duration before the Lambert transfer to the 'LambertDuration' stopping condition in the first linked propagate segment.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property EnableWriteDepartureDelayToFirstPropagate() As Boolean
[C#]
public bool EnableWriteDepartureDelayToFirstPropagate {get; set;}
[Managed C++]
public: __property bool get_EnableWriteDepartureDelayToFirstPropagate();
public: __property void set_EnableWriteDepartureDelayToFirstPropagate( bool );
[Unmanaged C++]
public: HRESULT get_EnableWriteDepartureDelayToFirstPropagate(
    VARIANT_BOOL * pVal
);
public: HRESULT put_EnableWriteDepartureDelayToFirstPropagate(
    VARIANT_BOOL newVal
);
[Java]
public bool getEnableWriteDepartureDelayToFirstPropagate();
public void setEnableWriteDepartureDelayToFirstPropagate(
    bool
);
[Python - STK API ]
@property
def EnableWriteDepartureDelayToFirstPropagate(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.