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

Interval Class, Autodesk.AutoCAD.Geometry Namespace