STK ObjectsSend comments on this topic.
BoresightMarkerVisible Property (IAgSnVO)
See Also
Windows





Windows & Linux

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 * pVal
);
public: HRESULT put_BoresightMarkerVisible(
    VARIANT_BOOL pVal
);
[Java]
public bool getBoresightMarkerVisible();
public void setBoresightMarkerVisible(
    bool
);
[Python - STK API ]
@property
def BoresightMarkerVisible(self) -> bool:

@BoresightMarkerVisible.setter
def BoresightMarkerVisible(self, pVal:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.