'Declaration Public Overloads Function IsLayerActive( _ ByVal layer As System.Object _ ) As System.Boolean
public System.bool IsLayerActive( System.object layer )
Parameters
- layer
- The layer to check.
Return Value
true if the layer is active, false otherwise.