AGI STK Objects 11 Send comments on this topic.
Spice Property (IAgVePropagatorSPICE)
See Also 





Description

Name of SPICE file.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property String __gc ^ get_Spice();
public: __property void set_Spice(
String __gc ^
);

[Unmanaged C++]
public: HRESULT get_Spice(
BSTR * pRetVal
);
public: HRESULT put_Spice(
BSTR NewSpice
);

[Java]
public String getSpice();public void setSpice(
String
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1