Description
Simulate quantization effects of the
sensor.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
Public Property SimulateQuantization() As Boolean
|
| [C#] |
public bool SimulateQuantization {get; set;}
|
| [Managed C++] |
public: __property bool get_SimulateQuantization();
public: __property void set_SimulateQuantization(
bool
);
|
| [Unmanaged C++] |
public: HRESULT get_SimulateQuantization(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_SimulateQuantization(
VARIANT_BOOL NewSimulateQuantization
);
|
| [Java] |
public bool getSimulateQuantization();public void setSimulateQuantization(
bool
);
|
See Also