What's New?


DOSLib 7.8

 

dos_cleardbmod

Clears the DBMOD, or drawing modification status, system variable.

 

dos_custominfo

Returns of modifies custom drawing summary information.

 

dos_summaryinfo

Returns of modifies drawing summary information.

 

DOSLib 7.7

 

dos_isacad64

Determines if AutoCAD is 64-bit.

 

DOSLib 7.6

 

dos_cmdargs

Retrieves the command-line arguments used to launch AutoCAD.

 

dos_dirsize

Returns the size of a directory.

 

dos_getsecret

Retrieves a password string from the command line.

 

dos_iswin64

Determines if Windows is 64-bit.

 

DOSLib 7.5

 

dos_strformat

Formats string similar to the sprintf C-Runtime library function.

 

dos_strformatcurrency

Formats a number as a currency string.

 

dos_strformatnumber

Formats a number as a number string.

 

DOSLib 7.4

 

dos_hatcharea

Returns the area of a hatch object.

 

dos_isinsidecurve

Verifies a point lies inside of a closed, planar curve.

 

dos_plinecentroid

Returns the centroid of a closed, planar polyline.

 

DOSLib 7.3

 

dos_hlstorgb

Converts an HLS color into RGB format.

 

dos_msgboxchk

Displays a "Do not show this dialog box" message box.

 

dos_rgbtohls

Converts an RGB color into HLS format.

 

DOSLib 7.2

 

dos_hideobjects

Hides one or more AutoCAD entities.

 

dos_mergefiles

Merges two or more files into a single file.

 

dos_showobjects

Shows, or unhides, one or more AutoCAD entities.

 

dos_traywnd

Displays a popup tray window.

 

DOSLib 7.1

 

dos_linetypebox

Display AutoCAD's linetype selection dialog box.

 

DOSLib 7.0

 

dos_absolutepath

Converts a relative path to an absolute path.

 

dos_acadmem

Returns AutoCAD memory statistics.

 

dos_arxlist

Returns a list of loaded ARX applications.

 

dos_extractpreview

Extracts the preview image from the active document.

 

dos_getfilenav

Displays an AutoCAD-style file dialog box.

 

dos_htmlhelp

Display contents of an HTML help file.

 

dos_ispoweruser

Determines whether the current user has power user rights.

 

dos_pathbackslash

Adds or removes a trailing backslash to a path string.

 

dos_pathextension

Add, replaces, or removes the file extension from a path string.

 

dos_pathquotes

Adds or removes double-quote characters to a path string.

 

dos_popupmenu

Displays a popup, or context, menu.

 

dos_regaddkey

Adds a new, empty key to the Windows Registry.

 

dos_regdelkey

Deletes a key from the Windows Registry.

 

dos_regdelval

Deletes a value from the Windows Registry.

 

dos_regenumkeys

Enumerates keys in the Windows Registry.

 

dos_regenumnames

Enumerates value names in the Windows Registry.

 

dos_reggetint

Returns an integer value from the Windows Registry.

 

dos_reggetstr

Returns a string value from the Windows Registry.

 

dos_reggettype

Returns the value type of a entry in the Windows Registry.

 

dos_regsetint

Modifies an integer value in the Windows Registry

 

dos_regsetstr

Modifies an integer value in the Windows Registry.

 

dos_strtrim

Trims leading and trailing characters from a string.