Description
Specify whether to use the input scalar calculation or the time elapsed from the input time instant. Set to true to use the scalar.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property UseScalar() As Boolean
|
| [C#] |
|---|
public bool UseScalar {get; set;}
|
| [Managed C++] |
|---|
public: __property bool get_UseScalar(); public: __property void set_UseScalar(
bool
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_UseScalar(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_UseScalar(
VARIANT_BOOL UseScalar
);
|
| [Java] |
|---|
public bool getUseScalar();
public void setUseScalar(
bool
);
|
| [Python - STK API] |
|---|
@property
def UseScalar(self) -> bool:
@UseScalar.setter
def UseScalar(self, UseScalar:bool) -> None:
|
See Also