Description
Opt whether the hiding of graphics for a given interval affects that interval alone or causes the entire path display for that vehicle to disappear when you animate through the selected interval.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property PreemptiveIntervals() As Boolean
|
| [C#] |
|---|
public bool PreemptiveIntervals {get; set;}
|
| [Managed C++] |
|---|
public: __property bool get_PreemptiveIntervals(); public: __property void set_PreemptiveIntervals( bool );
|
| [Unmanaged C++] |
|---|
public: HRESULT get_PreemptiveIntervals( VARIANT_BOOL * pRetVal ); public: HRESULT put_PreemptiveIntervals( VARIANT_BOOL NewPreemptiveIntervals );
|
| [Java] |
|---|
public bool getPreemptiveIntervals();public void setPreemptiveIntervals( bool );
|
See Also