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

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