STK ObjectsSend comments on this topic.
PreemptiveIntervals Property (IAgVeGfxAttributesCustom)
See Also
Windows





Windows & Linux

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 * pVal
);
public: HRESULT put_PreemptiveIntervals(
    VARIANT_BOOL bShowIntervals
);
[Java]
public bool getPreemptiveIntervals();
public void setPreemptiveIntervals(
    bool
);
[Python - STK API ]
@property
def PreemptiveIntervals(self) -> bool:

@PreemptiveIntervals.setter
def PreemptiveIntervals(self, bShowIntervals:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.