NamedViewTableDelete Method (String) |
Remove named view from the document.
Namespace:
Rhino.DocObjects.Tables
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic bool Delete(
string name
)
Public Function Delete (
name As String
) As Boolean
Parameters
- name
- Type: SystemString
name of the view.
Return Value
Type:
Booleantrue if successful.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also