Returns true if the projection streaming is
supported.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property IsProjectionStreamSupported() As Boolean
|
| [C#] |
|---|
public bool IsProjectionStreamSupported {get;}
|
| [Managed C++] |
|---|
public: __property bool get_IsProjectionStreamSupported();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_IsProjectionStreamSupported(
|
| [Java] |
|---|
public bool getIsProjectionStreamSupported();
|