AGI STK Objects 11Send 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.com/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 * pRetVal
);
public: HRESULT put_EOPFilename(
   BSTR NewEOPFilename
);
[Java]
public String getEOPFilename();public void setEOPFilename(
   String
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.