Description:

Returns True if some object in the instance definition is on the layer with the specified layer index.

Syntax:
public bool UsesLayer(
int layerIndex
)
Parameters:
  • layerIndex
  • Type: int
  • The index of layer to search for.
Returns:
Type: bool
True if there is an object in the instance definition that is on the layer.
Available since:
8.7

Nothing found