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