Grasshopper API
GH_ConvertToInterval Method |
Convert data into Rhino.Geometry.Interval.
Namespace: Grasshopper.Kernel
Assembly: Grasshopper (in Grasshopper.dll)

public static bool ToInterval( Object data, ref Interval rc, GH_Conversion conversion_level )
Public Shared Function ToInterval ( data As Object, ByRef rc As Interval, conversion_level As GH_Conversion ) As Boolean
Parameters
- data
- Type: SystemObject
Data to convert - rc
- Type: Interval
- conversion_level
- Type: Grasshopper.KernelGH_Conversion
Level of conversion.
Return Value
Type: Boolean