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.
Read-write property
[Visual Basic .NET] |
---|
Public Property PreemptiveIntervals() As Boolean |
[C#] |
---|
public bool PreemptiveIntervals {get; set;} |
[Managed C++] |
---|
public: __property bool get_PreemptiveIntervals(); |
[Unmanaged C++] |
---|
public: HRESULT get_PreemptiveIntervals( VARIANT_BOOL * pVal ); public: HRESULT put_PreemptiveIntervals( VARIANT_BOOL bShowIntervals ); |
[Java] |
---|
public bool getPreemptiveIntervals(); public void setPreemptiveIntervals( bool ); |