DisplayModeDescription.DeleteDiplayMode Method

DisplayModeDescriptionDeleteDiplayMode Method

Deletes an existing display mode.

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public static bool DeleteDiplayMode(
	Guid id
)
Public Shared Function DeleteDiplayMode ( 
	id As Guid
) As Boolean

Parameters

id
Type: SystemGuid
The id of the existing display mode to delete.

Return Value

Type: Boolean
true if successful, false oteherwise.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also