Indicates if the specified layer is supported
by the STK 3D renderer.
| [Visual Basic .NET] |
|---|
Public Function IsValidLayer( _
ByVal Layer As ILayer _
) As Boolean
|
| [C#] |
|---|
public bool IsValidLayer(
|
| [Managed C++] |
|---|
public: bool IsValidLayer(
|
| [Java] |
|---|
public bool isValidLayer(
|
| [Unmanaged C++] |
|---|
public: HRESULT IsValidLayer(
|
- Layer
- Specifies the layer to check for validity.
Returns true if the layer type is
supported.
Only a subset of all the existing layer types
is supported. Use this method to determine if a given layer is
supported or not.