GH_IndexRuleSet.Rule Property

GH_IndexRuleSetRule Property

Gets the rule at the specified index.

Namespace:  Grasshopper.Kernel.Data
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public IGH_IndexRule this[
	int index
] { get; }
Public ReadOnly Default Property Rule ( 
	index As Integer
) As IGH_IndexRule
	Get

Parameters

index
Type: SystemInt32

Property Value

Type: IGH_IndexRule

[Missing <value> documentation for "P:Grasshopper.Kernel.Data.GH_IndexRuleSet.Rule(System.Int32)"]

See Also