Interval(Interval) Constructor
|
Initializes a new instance of the
Interval class
Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public Interval(
Interval other
)
Public Sub New (
other As Interval
)
public:
Interval(
Interval^ other
)
new :
other : Interval -> Interval
Parameters
- other Interval
-
See Also