DisplayModeDescriptionDeleteDiplayMode Method |
Deletes an existing display mode.
Namespace:
Rhino.Display
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic 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:
Booleantrue if successful, false oteherwise.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also