STK ObjectsSend comments on this topic.
File Property (IAgVeHPOPCentralBodyGravity)
See Also
Windows





Windows & Linux

Description

Name of gravity (.grv) file, an ASCII file containing the Central Body geopotential model coefficients.

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 * pVal
);
public: HRESULT put_File(
    BSTR File
);
[Java]
public String getFile();
public void setFile(
    String
);
[Python - STK API ]
@property
def File(self) -> str:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.