DxfCollection

DxfCollection class

Represents the master differential formatting records.

class DxfCollection;

Methods

MethodDescription
get(number)Gets the element at the specified index.
getCount()Gets the number of elements contained in.

get(number)

Gets the element at the specified index.

get(index: number) : Style;

Parameters:

ParameterTypeDescription
indexnumberThe specified index.

Returns

Style

getCount()

Gets the number of elements contained in.

getCount() : number;