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 * pVal
);
public: HRESULT put_SimulateQuantization(
VARIANT_BOOL pVal
);
|
[Java] |
---|
public bool getSimulateQuantization();
public void setSimulateQuantization(
bool
);
|
See Also