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

 

Constructor that creates the infinite (in both directions) interval and sets the boundary tolerance to the value tolerance.

Visual Basic
Public Sub New(
    tolerance As double
)
C#
public Interval(
    double tolerance
);
Parameters
Parameters 
Description 
double tolerance 
Input tolerance value 
Links
   Comments?