AGI STK Objects 11 Send comments on this topic.
BoresightMarkerVisible Property (IAgSnVO)
See Also 





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1