Variable.RangeInfo.RangeInfo(int, int) Constructor

Description

Initializes a range to the specified lower and upper bounds.

Visual Basic

Public Sub New(
    lb As Integer, 
    ub As Integer
)

C#

public RangeInfo(
    int lb, 
    int ub
);

Links

Variable.RangeInfo Class, Autodesk.AutoCAD.Runtime Namespace