Click or drag to resize

DisplayModeDescriptionCopyDisplayMode Method

Copies an existing display mode.

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

Parameters

id
Type: SystemGuid
The id of the existing display mode to copy.
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