Description:

Finds a Layer given its name.

Syntax:
public Layer FindName(
string name,
Guid parentId
)
Parameters:
  • name
  • Type: string
  • The name of the Layer to be searched.
  • parentId
  • Type: System.Guid
  • The id of the parent Layer to be searched.
Returns:
Type: Layer
A Layer, or None on error.
Available since:
6.0

Nothing found