Gets or sets the SPICE file name.
Read-write property
[Visual Basic .NET] |
---|
Public Property JPLSpiceId() As String |
[C#] |
---|
public string JPLSpiceId {get; set;} |
[Managed C++] |
---|
public: __property String __gc ^ get_JPLSpiceId(); |
[Unmanaged C++] |
---|
public: HRESULT get_JPLSpiceId( BSTR * pVal ); public: HRESULT put_JPLSpiceId( BSTR newVal ); |
[Java] |
---|
public String getJPLSpiceId(); public void setJPLSpiceId( String ); |