DisplayModeDescriptionFindByName Method |
Finds a display mode description by its English name.
Namespace:
Rhino.Display
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntaxpublic static DisplayModeDescription FindByName(
string englishName
)
Public Shared Function FindByName (
englishName As String
) As DisplayModeDescription
Parameters
- englishName
- Type: SystemString
The English name of the display mode.
Return Value
Type:
DisplayModeDescriptionThe display mode description if found, null otherwise.
See Also