<< Click to Display Table of Contents >> NShape Reference
|
Returns the layer with the given name or id.
Returns the layer with the given name or id. Throws an ItemNotFoundException<Layer> if not found.
Name |
Description |
---|---|
name |
Name of the layer to find. |
Exception |
Condition |
---|---|
ArgumentNullException |
Parameter name is null or empty. |
ItemNotFoundException<Layer> |
Layer with the specified name/id was not found in the collection. |
ArgumentException |
Parameter layerId is a combination of multiple LayerIds values. |