Table of Contents

Method GetArrayOneItemFromIndex

Namespace
Aspose.CAD
Assembly
Aspose.CAD.dll

GetArrayOneItemFromIndex(int)

Returns one item array from specified index

public int[] GetArrayOneItemFromIndex(int index)

Parameters

index int

The range index.

Returns

int[]

The array of int

Exceptions

ArgumentException

Index is out of range