STK ObjectsSend comments on this topic.
EnableBoresightGfx Property (IAgSnGraphics)
See Also
Windows





Windows & Linux

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 * pVal
);
public: HRESULT put_EnableBoresightGfx(
    VARIANT_BOOL pVal
);
[Java]
public bool getEnableBoresightGfx();
public void setEnableBoresightGfx(
    bool
);
[Python - STK API ]
@property
def EnableBoresightGfx(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.