Click or drag to resize

ObjectTableFindByLayer Method (Layer)

Finds all RhinoObjects that are in a given layer.

Namespace:  Rhino.DocObjects.Tables
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public RhinoObject[] FindByLayer(
	Layer layer
)

Parameters

layer
Type: Rhino.DocObjectsLayer
Layer to search.

Return Value

Type: RhinoObject
Array of objects that belong to the specified group or null if no objects could be found.
See Also