AGI STK Objects 11Send 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 * pRetVal
);
public: HRESULT put_EnableBoresightGfx(
   VARIANT_BOOL NewEnableBoresightGfx
);
[Java]
public bool getEnableBoresightGfx();public void setEnableBoresightGfx(
   bool
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.