DxfCollection
DxfCollection class
Represents the master differential formatting records.
class DxfCollection;
Methods
Method | Description |
---|---|
get(number) | Gets the element at the specified index. |
get(number)
Gets the element at the specified index.
get(index: number) : Style;
Parameters:
Parameter | Type | Description |
---|---|---|
index | number | The specified index. |
Returns