STK ObjectsSend comments on this topic.
EphemerisFileReaderPaths Property (IAgStkPreferencesPythonPlugins)
See Also
Windows





Windows & Linux

Description

Returns a list of paths to Python ephemeris file reader plugin.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property EphemerisFileReaderPaths() As IAgPathCollection
[C#]
public IAgPathCollection EphemerisFileReaderPaths {get;}
[Managed C++]
public: __property IAgPathCollection ^ get_EphemerisFileReaderPaths();
[Unmanaged C++]
public: HRESULT get_EphemerisFileReaderPaths(
    IAgPathCollection ** ppRetVal
);
[Java]
public IAgPathCollection getEphemerisFileReaderPaths();
[Python - STK API ]
@property
def EphemerisFileReaderPaths(self) -> "IAgPathCollection":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.