Description
Controls the animation speed.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property HighSpeed() As Boolean
|
| [C#] |
|---|
public bool HighSpeed {get; set;}
|
| [Managed C++] |
|---|
public: __property bool get_HighSpeed(); public: __property void set_HighSpeed(
bool
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_HighSpeed(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_HighSpeed(
VARIANT_BOOL HighSpeed
);
|
| [Java] |
|---|
public bool getHighSpeed();
public void setHighSpeed(
bool
);
|
| [Python - STK API] |
|---|
@property
def HighSpeed(self) -> bool:
@HighSpeed.setter
def HighSpeed(self, HighSpeed:bool) -> None:
|
See Also