AGI STK Astrogator 11 Send comments on this topic.
UsePreviousSegmentState Property (IAgVAMCSLaunch)
See Also 
Windows






Windows & Linux

Description

If true, the previous segment state is used to define the launch location parameters.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property UsePreviousSegmentState() As Boolean

[C#]
public bool UsePreviousSegmentState {get; set;}

[Managed C++]
public: __property bool get_UsePreviousSegmentState();
public: __property void set_UsePreviousSegmentState(
bool
);

[Unmanaged C++]
public: HRESULT get_UsePreviousSegmentState(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_UsePreviousSegmentState(
VARIANT_BOOL NewUsePreviousSegmentState
);

[Java]
public bool getUsePreviousSegmentState();public void setUsePreviousSegmentState(
bool
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface