AGI STK Astrogator 11 Send comments on this topic.
JPLDEFilename Property (IAgVACbEphemerisJPLDE)
See Also 





Description

The DE file name.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property JPLDEFilename() As String

[C#]
public string JPLDEFilename {get; set;}

[Managed C++]
public: __property String __gc ^ get_JPLDEFilename();
public: __property void set_JPLDEFilename(
String __gc ^
);

[Unmanaged C++]
public: HRESULT get_JPLDEFilename(
BSTR * pRetVal
);
public: HRESULT put_JPLDEFilename(
BSTR NewJPLDEFilename
);

[Java]
public String getJPLDEFilename();public void setJPLDEFilename(
String
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1