Grasshopper API
GH_IndexRangesRemoveRange Method |
Remove an index range from the collection.
Namespace: Grasshopper.Kernel.Data
Assembly: Grasshopper (in Grasshopper.dll)

public bool RemoveRange( GH_IndexRange range )
Public Function RemoveRange ( range As GH_IndexRange ) As Boolean
Parameters
- range
- Type: Grasshopper.Kernel.DataGH_IndexRange
Range to remove.
Return Value
Type: BooleanTrue if the collection was meaningfully modified.
