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 * pVal
);
public: HRESULT put_UsePreviousSegmentState(
VARIANT_BOOL newVal
);
|
| [Java] |
|---|
public bool getUsePreviousSegmentState();
public void setUsePreviousSegmentState(
bool
);
|
| [Python - STK API] |
|---|
@property
def UsePreviousSegmentState(self) -> bool:
@UsePreviousSegmentState.setter
def UsePreviousSegmentState(self, newVal:bool) -> None:
|
See Also