STK ObjectsSend comments on this topic.
EOPFilename Property (IAgScEarthData)
See Also
Windows





Windows & Linux

Description

Filename of an EOP file (.dat) located in the DynamicEarthData directory or an EOP file (.txt) provided by CelesTrak, which can be downloaded from http://celestrak.org/SpaceData/.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property EOPFilename() As String
[C#]
public string EOPFilename {get; set;}
[Managed C++]
public: __property String __gc ^ get_EOPFilename();
public: __property void set_EOPFilename( String __gc ^ );
[Unmanaged C++]
public: HRESULT get_EOPFilename(
    BSTR * pVal
);
public: HRESULT put_EOPFilename(
    BSTR pVal
);
[Java]
public String getEOPFilename();
public void setEOPFilename(
    String
);
[Python - STK API ]
@property
def EOPFilename(self) -> str:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.