SubDDeleteComponents Method (IEnumerableSubDComponent) |
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 8.36
Syntaxpublic bool DeleteComponents(
IEnumerable<SubDComponent> components
)
Public Function DeleteComponents (
components As IEnumerable(Of SubDComponent)
) As Boolean
Parameters
- components
- Type: System.Collections.GenericIEnumerableSubDComponent
The components to delete.
Return Value
Type:
BooleanTrue if the deletion succeeded.
See Also