Table of Contents

Method GetRange

Namespace
Aspose.CAD
Assembly
Aspose.CAD.dll

GetRange(int, int, int)

Gets the count range of int elements starting at start

public static IEnumerable<int> GetRange(int start, int count, int delta)

Parameters

start int

The start.

count int

The count.

delta int

The delta.

Returns

IEnumerable<int>

Array of items

Exceptions

ArgumentException

Count can not be lover than 1 or {D255958A-8513-4226-94B9-080D98F904A1}Start page can not be lover than 0