InstanceDefinitionGeometryDeleteUserString Method |
Deletes the user string with the specified key from this geometry.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 8.9
Syntaxpublic bool DeleteUserString(
string key
)
Public Function DeleteUserString (
key As String
) As Boolean
Parameters
- key
- Type: SystemString
The key of the user string to delete.
Return Value
Type:
BooleanTrue if the user string was deleted or did not exist; otherwise, false.
See Also