OptionalfontLoader used to load fonts used in the drawing database.
This loader will be used to load any fonts referenced by text entities in the drawing database.
OptionalminimumThe minimum number of items in one chunk.
If this value is greater than the total number of entities in the drawing database, the total number is used. This controls how the database processing is broken into chunks for better performance.
OptionalmodeThe access mode for opening the database. Higher value modes are compatible with lower value modes.
Options for opening a CAD database.
This interface extends the base options from the data model but replaces the
readOnlyproperty with amodeproperty that provides more granular access control.Example