GH_IndexRanges
Public Class
Public Method
Public Property
Public Property
Public Method
Public Method
Public Method
Public Method
Public Method
Represents a sorted, non-colliding collection of index ranges.
Inheritance Hierarchy
System.Object
Grasshopper.Kernel.Data.GH_IndexRanges
Namespace: Grasshopper.Kernel.Data
Assembly: Grasshopper (in Grasshopper.dll)
Syntax
public class GH_IndexRanges : GH_ISerializable
The GH_IndexRanges type exposes the following members.
Constructors
Name
Description
Public Method
GH_IndexRanges
Initializes a new instance of the GH_IndexRanges class
Properties
Name
Description
Public Property
Count
Gets the number of ranges stored in this collection.
Public Property
Range
Gets the range at the given index.
Methods
Name
Description
Public Method
InsertRange
Insert an index range into the collection.
Public Method
Read
Public Method
RemoveRange
Remove an index range from the collection.
Public Method
ToString
(Overrides Object.ToString..)
Public Method
Write