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






Windows & Linux

Description

Type of shadow to be used in determining the lighting condition for the satellite - cylincrical, dual cone, or none.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ShadowModel() As AgEShadowModel
[C#]
public AgEShadowModel ShadowModel {get; set;}
[Managed C++]
public: __property AgEShadowModel get_ShadowModel();
public: __property void set_ShadowModel( AgEShadowModel );
[Unmanaged C++]
public: HRESULT get_ShadowModel(
    AgEShadowModel * pVal
);
public: HRESULT put_ShadowModel(
    AgEShadowModel AgEShadowModel
);
[Java]
public AgEShadowModel getShadowModel();
public void setShadowModel(
    AgEShadowModel
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.