AGI STK Objects 11 Send comments on this topic.
SensorsVisible Property (IAgScGraphics)
See Also 





Description

Specify whether to show sensors on the 2D map.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property SensorsVisible() As Boolean

[C#]
public bool SensorsVisible {get; set;}

[Managed C++]
public: __property bool get_SensorsVisible();
public: __property void set_SensorsVisible(
bool
);

[Unmanaged C++]
public: HRESULT get_SensorsVisible(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_SensorsVisible(
VARIANT_BOOL NewSensorsVisible
);

[Java]
public bool getSensorsVisible();public void setSensorsVisible(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1