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