Description
Check whether you can set the acceleration and deceleration values or whether they are specified in the file.
Property type
Read-only property
Syntax
| [Visual Basic .NET] |
|---|
Public Property CanSetAccelDecel() As Boolean
|
| [C#] |
|---|
public bool CanSetAccelDecel {get;}
|
| [Managed C++] |
|---|
public: __property bool get_CanSetAccelDecel();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_CanSetAccelDecel(
VARIANT_BOOL * pVal
);
|
| [Java] |
|---|
public bool getCanSetAccelDecel();
|
| [Python - STK API] |
|---|
@property
def CanSetAccelDecel(self) -> bool:
|
See Also