Autodesk.AutoCAD.Geometry Namespace > Interval Class > Interval Constructor > Interval(Interval) Constructor
Interval.Interval(Interval) Constructor
Description

 

Copy constructor.

Visual Basic
Public Sub New(
    other As Interval
)
C#
public Interval(
    Interval other
);
Parameters
Parameters 
Description 
Interval other 
Input the interval to be copied into this object 
Links
   Comments?