Opt whether to display boresight graphics for the sensor.
Read-write property
[Visual Basic .NET] |
---|
Public Property EnableBoresightGfx() As Boolean |
[C#] |
---|
public bool EnableBoresightGfx {get; set;} |
[Managed C++] |
---|
public: __property bool get_EnableBoresightGfx(); |
[Unmanaged C++] |
---|
public: HRESULT get_EnableBoresightGfx( VARIANT_BOOL * pVal ); public: HRESULT put_EnableBoresightGfx( VARIANT_BOOL pVal ); |
[Java] |
---|
public bool getEnableBoresightGfx(); public void setEnableBoresightGfx( bool ); |