Controls whether to reuse the same celestial info object when accessing the elements of the collection.
Read-write property
[Visual Basic .NET] |
---|
Public Property Recycle() As Boolean |
[C#] |
---|
public bool Recycle {get; set;} |
[Managed C++] |
---|
public: __property bool get_Recycle(); |
[Unmanaged C++] |
---|
public: HRESULT get_Recycle( VARIANT_BOOL * pVal ); public: HRESULT put_Recycle( VARIANT_BOOL Recycle ); |
[Java] |
---|
public bool getRecycle(); public void setRecycle( bool ); |