STK ObjectsSend comments on this topic.
Recycle Property (IAgCelestialBodyCollection)
See Also
Windows





Windows & Linux

Description

Controls whether to reuse 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
);
[Python - STK API ]
@property
def Recycle(self) -> bool:

@Recycle.setter
def Recycle(self, Recycle:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.