The DE file name.
Read-write property
[Visual Basic .NET] |
---|
Public Property JPLDEFilename() As String |
[C#] |
---|
public string JPLDEFilename {get; set;} |
[Managed C++] |
---|
public: __property String __gc ^ get_JPLDEFilename(); |
[Unmanaged C++] |
---|
public: HRESULT get_JPLDEFilename( BSTR * pVal ); public: HRESULT put_JPLDEFilename( BSTR newVal ); |
[Java] |
---|
public String getJPLDEFilename(); public void setJPLDEFilename( String ); |
[Python - STK API] |
---|
@property def JPLDEFilename(self) -> str: @JPLDEFilename.setter def JPLDEFilename(self, newVal:str) -> None: |