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





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 * pRetVal
);
public: HRESULT put_ShadowModel(
AgEShadowModel NewShadowModel
);

[Java]
public AgEShadowModel getShadowModel();public void setShadowModel(
AgEShadowModel
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1