Opt whether to display the sensor's boresight marker.
Read-write property
[Visual Basic .NET] |
---|
Public Property BoresightMarkerVisible() As Boolean |
[C#] |
---|
public bool BoresightMarkerVisible {get; set;} |
[Managed C++] |
---|
public: __property bool get_BoresightMarkerVisible(); |
[Unmanaged C++] |
---|
public: HRESULT get_BoresightMarkerVisible( VARIANT_BOOL * pVal ); public: HRESULT put_BoresightMarkerVisible( VARIANT_BOOL pVal ); |
[Java] |
---|
public bool getBoresightMarkerVisible(); public void setBoresightMarkerVisible( bool ); |