Skip to content

GH_IndexRuleSet

Public Class

A collection of index rules.

Inheritance Hierarchy

System.Object
Grasshopper.Kernel.Data.GH_IndexRuleSet

Namespace: Grasshopper.Kernel.Data

Assembly: Grasshopper (in Grasshopper.dll)

Syntax

public class GH_IndexRuleSet

The GH_IndexRuleSet type exposes the following members.

Constructors

Name

Description


Public Method

Blank constructor. Creates an empty collection of rules.


Properties

Name

Description


Public Property

Gets the number of rules defined in this collection.


Public Property

Gets the rule at the specified index.


Methods

Name

Description


Public Method

Append a rule for any single digit.


Public Method

Append a rule for any amount of digits.


Public Method

Append a rule for filtering digit patterns.


Public Method

Append a rule for filtering digit patterns. This pattern does not have an upper bound.


Public Method

Append a rule for filtering digit patterns.


Public Method

Append a single digit rule.


Public Method

Append a rule for filtering range patterns.


Public Method

Append a single range rule.


Public Method

Evaluate the index given the local rules.