Click or drag to resize

GH_Item_interval1d Property

Returns the internal data of this item cast to an Interval1D. If the data is not stored as an Interval1D, a conversion exception might be thrown.

Namespace:  GH_IO.Types
Assembly:  GH_IO (in GH_IO.dll)
Syntax
public GH_Interval1D _interval1d { get; }

Property Value

Type: GH_Interval1D

[Missing <value> documentation for "P:GH_IO.Types.GH_Item._interval1d"]

Exceptions
ExceptionCondition
OverflowExceptionThrown if the type conversion fails.
InvalidCastExceptionThrown if the type conversion is invalid.
See Also