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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1