Grasshopper API
GH_IndexRangeAdjacentTo Method |
Tests whether this range is adjacent to another.
Namespace: Grasshopper.Kernel.Data
Assembly: Grasshopper (in Grasshopper.dll)

public bool AdjacentTo( GH_IndexRange range )
Public Function AdjacentTo ( range As GH_IndexRange ) As Boolean
Parameters
- range
- Type: Grasshopper.Kernel.DataGH_IndexRange
Range to test.
Return Value
Type: BooleanTrue if the ranges are adjacent and not intersecting.
