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 NewUseScalar );
|
[Java] |
---|
public bool getUseScalar();public void setUseScalar( bool );
|
See Also