Description:

Finds a Linetype given its name.

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

Nothing found