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