Returns a list of paths to Python ephemeris file reader plugin.
Read-only property
[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": |