Controls whether to re-use the same spatial
state object in subsequent calls to GetState.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property Recycle() As Boolean
|
| [C#] |
|---|
public bool Recycle {get;}
|
| [Managed C++] |
|---|
public: __property bool get_Recycle();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_Recycle(
|
| [Java] |
|---|
public bool getRecycle();
|