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