STK AstrogatorSend comments on this topic.
GroundReflectionModelFilename Property (IAgVARadiationPressureFunction)
See Also
Windows





Windows & Linux

Description

A file containing a ground reflection model used for albedo and thermal radiation pressure.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property GroundReflectionModelFilename() As String
[C#]
public string GroundReflectionModelFilename {get; set;}
[Managed C++]
public: __property String __gc ^ get_GroundReflectionModelFilename();
public: __property void set_GroundReflectionModelFilename( String __gc ^ );
[Unmanaged C++]
public: HRESULT get_GroundReflectionModelFilename(
    BSTR * pVal
);
public: HRESULT put_GroundReflectionModelFilename(
    BSTR InVal
);
[Java]
public String getGroundReflectionModelFilename();
public void setGroundReflectionModelFilename(
    String
);
[Python - STK API ]
@property
def GroundReflectionModelFilename(self) -> str:

@GroundReflectionModelFilename.setter
def GroundReflectionModelFilename(self, InVal:str) -> None:

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.