Grasshopper API
GH_ConvertToInterval_Primary Method |
Performs a direct cast from OnInterval or GH_Interval.
Namespace: Grasshopper.Kernel
Assembly: Grasshopper (in Grasshopper.dll)

public static bool ToInterval_Primary( Object data, ref Interval rc )
Public Shared Function ToInterval_Primary ( data As Object, ByRef rc As Interval ) As Boolean
Parameters
- data
- Type: SystemObject
Data to convert - rc
- Type: Interval
[out] Interval cast.
Return Value
Type: BooleanTrue on success, false on failure.
