AGI STK Esri Display 11 Send comments on this topic.
IsValidLayer Method (IAgEsri3dRenderer)
See Also 
Layer
Specifies the layer to check for validity.
Windows






Windows & Linux

Description

Indicates if the specified layer is supported by the STK 3D renderer.

Syntax

[Visual Basic .NET]
Public Function IsValidLayer( _
   ByVal Layer As ILayer _
) As Boolean

[C#]
public bool IsValidLayer(
ILayer Layer
);

[Managed C++]
public: bool IsValidLayer(
ILayer ^ Layer
);

[Java]
public bool isValidLayer(
ILayer Layer
);

[Unmanaged C++]
public: HRESULT IsValidLayer(
ILayer * Layer,
VARIANT_BOOL * ReturnValue
);

Parameters

Layer
Specifies the layer to check for validity.

Return Type

Returns true if the layer type is supported.

Remarks

Only a subset of all the existing layer types is supported. Use this method to determine if a given layer is supported or not.

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface