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






Windows & Linux

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 * pVal
);
public: HRESULT put_Recycle(
    VARIANT_BOOL Recycle
);
[Java]
public bool getRecycle();
public void setRecycle(
    bool
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.