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.
isNull()Checks whether the implementation object is null.

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;

isNull()

Checks whether the implementation object is null.

isNull() : boolean;