AGI STK Objects 11Send comments on this topic.
SolarPanelsPointAtSun Property (IAgSaVOModel)
See Also 
Windows






Windows & Linux

Description

The model's solar panels are defaulted to point toward the sun.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property SolarPanelsPointAtSun() As Boolean
[C#]
public bool SolarPanelsPointAtSun {get; set;}
[Managed C++]
public: __property bool get_SolarPanelsPointAtSun();
public: __property void set_SolarPanelsPointAtSun(
   bool
);
[Unmanaged C++]
public: HRESULT get_SolarPanelsPointAtSun(
   VARIANT_BOOL * pRetVal
);
public: HRESULT put_SolarPanelsPointAtSun(
   VARIANT_BOOL NewSolarPanelsPointAtSun
);
[Java]
public bool getSolarPanelsPointAtSun();public void setSolarPanelsPointAtSun(
   bool
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.