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