NamedPositionTableDelete Method (String) |
Delete a Named Position.
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 Named Position which you want to delete.
Return Value
Type:
Boolean
True or False depending on whether the Delete was successful, Null in case the id does not exist as a Named Position.
Version InformationRhino for Windows
Supported in: 6.8
See Also