Grasshopper API
GH_ConvertToInterval_Secondary Method |
Attempts to convert other data types into an Interval.
Data is not quaranteed to be duplicated.
Namespace: Grasshopper.Kernel
Assembly: Grasshopper (in Grasshopper.dll)

public static bool ToInterval_Secondary( Object data, ref Interval rc )
Public Shared Function ToInterval_Secondary ( 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.
