Enable display of pulses in the sensor's projection. If not enabled, the sensor projection is displayed as a transparent, homogeneous color.
Read-write property
[Visual Basic .NET] |
---|
Public Property PulseVisible() As Boolean |
[C#] |
---|
public bool PulseVisible {get; set;} |
[Managed C++] |
---|
public: __property bool get_PulseVisible(); |
[Unmanaged C++] |
---|
public: HRESULT get_PulseVisible( VARIANT_BOOL * pVal ); public: HRESULT put_PulseVisible( VARIANT_BOOL pVal ); |
[Java] |
---|
public bool getPulseVisible(); public void setPulseVisible( bool ); |