Click or drag to resize

DisplayModeDescriptionFindByName Method

Finds a display mode description by its English name.

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public static DisplayModeDescription FindByName(
	string englishName
)

Parameters

englishName
Type: SystemString
The English name of the display mode.

Return Value

Type: DisplayModeDescription
The display mode description if found, null otherwise.
See Also