Specify whether to use the input scalar calculation or the time elapsed from the input time instant. Set to true to use the scalar.
Read-write property
[Visual Basic .NET] |
---|
Public Property UseScalar() As Boolean |
[C#] |
---|
public bool UseScalar {get; set;} |
[Managed C++] |
---|
public: __property bool get_UseScalar(); |
[Unmanaged C++] |
---|
public: HRESULT get_UseScalar( VARIANT_BOOL * pRetVal ); public: HRESULT put_UseScalar( VARIANT_BOOL UseScalar ); |
[Java] |
---|
public bool getUseScalar(); public void setUseScalar( bool ); |