Gets the Available Obstructions
Read-only property
| [Visual Basic .NET] |
|---|
Public Property AvailableObstructions() As System.Array
|
| [C#] |
|---|
public System.Array AvailableObstructions {get;}
|
| [Managed C++] |
|---|
public: __property System::Array^ get_AvailableObstructions();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_AvailableObstructions(
|
| [Java] |
|---|
public Object[] getAvailableObstructions();
|