RhinoCommon API
LayerTableFind Method |
| Name | Description | |
|---|---|---|
| Find(Guid, Boolean) | Finds a layer with a matching ID. | |
| Find(String, Boolean) |
Finds the layer with a given name. If multiple layers exist that have the same name, the
first match layer index will be returned.
Deleted layers have no name. | |
| Find(Guid, Boolean, Int32) | Finds a layer with a matching ID. | |
| Find(Guid, String, Boolean) | Obsolete. Finds a layer with a given name and matching parent ID. | |
| Find(Guid, String, Int32) | Finds a layer with a given name and matching parent ID. |