Interval.Interval(double) Constructor

Visual Basic

Public Sub New(
    tolerance As double
)

C#

public Interval(
    double tolerance
);

Parameters

Parameters Description
double tolerance Input tolerance value

Description

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

Links

Interval Class, Autodesk.AutoCAD.Geometry Namespace