Description:

Finds a DimensionStyle given its name.

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

Nothing found