AGI STK Objects 11 Send comments on this topic.
EnableBoresightGfx Property (IAgSnGraphics)
See Also 





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 * pRetVal
);
public: HRESULT put_EnableBoresightGfx(
VARIANT_BOOL NewEnableBoresightGfx
);

[Java]
public bool getEnableBoresightGfx();public void setEnableBoresightGfx(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1