Get the available elements of the 3D
model.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property AvailableElements() As System.Array
|
| [C#] |
|---|
public System.Array AvailableElements {get;}
|
| [Managed C++] |
|---|
public: __property System::Array^ get_AvailableElements();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_AvailableElements(
|
| [Java] |
|---|
public Object[] getAvailableElements();
|