Interval Class

Autodesk.AutoCAD.Geometry.Interval
Visual Basic
Public sealed Class Interval
Inherits DisposableWrapper
C#
public sealed class Interval : DisposableWrapper;
Description

 

This .NET class wraps the AcGeInterval ObjectARX class. It represents a finite or semi-infinite interval as the real axis whose bounds are defined with some given tolerance.

Links