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