If true, the previous segment state is used to define the launch location parameters.
Read-write property
[Visual Basic .NET] |
---|
Public Property UsePreviousSegmentState() As Boolean |
[C#] |
---|
public bool UsePreviousSegmentState {get; set;} |
[Managed C++] |
---|
public: __property bool get_UsePreviousSegmentState(); |
[Unmanaged C++] |
---|
public: HRESULT get_UsePreviousSegmentState( VARIANT_BOOL * pVal ); public: HRESULT put_UsePreviousSegmentState( VARIANT_BOOL newVal ); |
[Java] |
---|
public bool getUsePreviousSegmentState(); public void setUsePreviousSegmentState( bool ); |