Click or drag to resize

DisplayModeDescriptionGetDisplayMode Method

Gets a display mode description by id.

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public static DisplayModeDescription GetDisplayMode(
	Guid id
)

Parameters

id
Type: SystemGuid
The id of the display mode.

Return Value

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