Click or drag to resize

DisplayModeDescriptionAddDisplayMode Method (String)

Adds a new display mode.

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.7
Syntax
public static Guid AddDisplayMode(
	string name
)

Parameters

name
Type: SystemString
The name of the new display mode.

Return Value

Type: Guid
The id of the new display mode if successful. Guid.Empty on error.
See Also