Click or drag to resize

File3dmObjectTableFindByLayer Method (String)

Finds all File3dmObject that are in a given layer.

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public File3dmObject[] FindByLayer(
	string layer
)

Parameters

layer
Type: SystemString
Layer to search.

Return Value

Type: File3dmObject
Array of objects that belong to the specified layer or empty array if no objects could be found.
See Also