<< Click to Display Table of Contents >> NShape Reference
|
Finds a layer given its name.
public Layer FindLayer(string name) |
Finds the layer with the given name. Null if the layer is not found.
Name |
Description |
---|---|
name |
Name of the layer to find. |
Exception |
Condition |
---|---|
ArgumentNullException |
Parameter name is null or empty. |