STK AviatorSend comments on this topic.
EphemerisFile Property (IAgAvtrProcedureExtEphem)
See Also
Windows





Windows & Linux

Description

Get the ephemeris filename.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property EphemerisFile() As String
[C#]
public string EphemerisFile {get; set;}
[Managed C++]
public: __property String __gc ^ get_EphemerisFile();
public: __property void set_EphemerisFile( String __gc ^ );
[Unmanaged C++]
public: HRESULT get_EphemerisFile(
    BSTR * newVal
);
public: HRESULT put_EphemerisFile(
    BSTR newVal
);
[Java]
public String getEphemerisFile();
public void setEphemerisFile(
    String
);
[Python - STK API ]
@property
def EphemerisFile(self) -> str:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.