AGI STK Objects 11 Send comments on this topic.
Recycle Property (IAgCelestialBodyCollection)
See Also 





Description

Controls whether to re-use the same celestial info object when accessing the elements of the collection.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Recycle() As Boolean

[C#]
public bool Recycle {get; set;}

[Managed C++]
public: __property bool get_Recycle();
public: __property void set_Recycle(
bool
);

[Unmanaged C++]
public: HRESULT get_Recycle(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_Recycle(
VARIANT_BOOL NewRecycle
);

[Java]
public bool getRecycle();public void setRecycle(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1