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






Windows & Linux

Description

File containing parameters defining a ground reflection model that defines albedo and emissivity properties of the central body surface.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property File() As String
[C#]
public string File {get; set;}
[Managed C++]
public: __property String __gc ^ get_File();
public: __property void set_File(
   String __gc ^
);
[Unmanaged C++]
public: HRESULT get_File(
   BSTR * pRetVal
);
public: HRESULT put_File(
   BSTR NewFile
);
[Java]
public String getFile();
public void setFile(
   String
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.