AGI STK Astrogator 11 Send comments on this topic.
JPLSpiceId Property (IAgVACbEphemerisJPLSpice)
See Also 





Description

The SPICE file name.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property String __gc ^ get_JPLSpiceId();
public: __property void set_JPLSpiceId(
String __gc ^
);

[Unmanaged C++]
public: HRESULT get_JPLSpiceId(
BSTR * pRetVal
);
public: HRESULT put_JPLSpiceId(
BSTR NewJPLSpiceId
);

[Java]
public String getJPLSpiceId();public void setJPLSpiceId(
String
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1