STK ObjectsSend comments on this topic.
IncludeAlbedo Property (IAgVeRadiationPressure)
See Also
Windows





Windows & Linux

Description

Opt whether to consider albedo effects (i.e., radiation pressure caused by sunlight reflected off the lit part of the central body).

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property IncludeAlbedo() As Boolean
[C#]
public bool IncludeAlbedo {get; set;}
[Managed C++]
public: __property bool get_IncludeAlbedo();
public: __property void set_IncludeAlbedo( bool );
[Unmanaged C++]
public: HRESULT get_IncludeAlbedo(
    VARIANT_BOOL * pVal
);
public: HRESULT put_IncludeAlbedo(
    VARIANT_BOOL UseSolidTides
);
[Java]
public bool getIncludeAlbedo();
public void setIncludeAlbedo(
    bool
);
[Python - STK API ]
@property
def IncludeAlbedo(self) -> bool:

@IncludeAlbedo.setter
def IncludeAlbedo(self, UseSolidTides:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.