RhinoCommon API
ObjectTableFindByLayer Method (Layer) |
Finds all RhinoObjects that are in a given layer.
Namespace: Rhino.DocObjects.Tables
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 5.0

public RhinoObject[] FindByLayer( Layer layer )
Public Function FindByLayer ( layer As Layer ) As RhinoObject()
Parameters
- layer
- Type: Rhino.DocObjectsLayer
Layer to search.
Return Value
Type: RhinoObjectArray of objects that belong to the specified group or null if no objects could be found.
