#0x006A0005###################################################################
#	This is the file that defines the AutoCAD commands issued by the driver
#	Important notes:
#		1. A "#" in the first column indicates a comment line
#		2. Any other line defines an internal command name
#		3. The command names are case-insensitive
#		4. A leading "'" denotes an AutoCAD transparent command version
#		5. Command names may contain no spaces or tabs
#		6. Following a space or tab delimiter, a comment may be placed
#		   Note: This means NO embedded whitespace in any command
#		7. Command names are limited to 15 characters in length
#		8. Total line length with comments is 110 characters
##############################################################################
'.REDRAW		# AutoCAD's transparent REDRAW command
'.ZOOM			# AutoCAD's transparent ZOOM command
'.GRAPHSCR		# AutoCAD's transparent GRAPHSCR command
'.TEXTSCR		# AutoCAD's transparent TEXTSCR command
.SHELL			# AutoCAD's transparent SHELL command
_DVIEW			# AutoCAD's DVIEW command
_CA			# AutoCAD's DVIEW CAmera command option
_TA			# AutoCAD's DVIEW TArget command option
_D			# AutoCAD's DVIEW Distance command option
_PO			# AutoCAD's DVIEW POint command option
_PA			# AutoCAD's DVIEW PAn command option
_Z			# AutoCAD's DVIEW Zoom command option
_TW			# AutoCAD's DVIEW TWist command option
_CLF			# AutoCAD's DVIEW CLip Front command option
_CLFON			# AutoCAD's DVIEW CLip Front ON command option
_CLFOFF			# AutoCAD's DVIEW CLip Front OFF command option
_CLB			# AutoCAD's DVIEW CLip Back command option
_CLBON			# AutoCAD's DVIEW CLip Back ON command option
_CLBOFF			# AutoCAD's DVIEW CLip Back OFF command option
_O			# AutoCAD's DVIEW OFF command option
'_BACKZ			# AutoCAD's read BACKZ system variable command
'_FRONTZ		# AutoCAD's read FRONTZ system variable command
'_LENSLENGTH		# AutoCAD's read LENSLENGTH system variable command
'_TARGET		# AutoCAD's read TARGET system variable command 
'_VIEWCTR		# AutoCAD's read VIEWCTR system variable command 
'_VIEWDIR		# AutoCAD's read VIEWDIR system variable command 
'_VIEWSIZE		# AutoCAD's read VIEWSIZE system variable command 
'_VIEWTWIST		# AutoCAD's read VIEWTWIST system variable command 
'_VIEWMODE		# AutoCAD's read VIEWMODE system variable command 
'_UCSORG		# AutoCAD's read UCSORG system variable command 
'_UCSXDIR		# AutoCAD's read UCSXDIR system variable command 
'_UCSYDIR		# AutoCAD's read UCSYDIR system variable command 
'_WORLDUCS		# AutoCAD's read WORLDUCS system variable command 
'_WORLDVIEW		# AutoCAD's read WORLDVIEW system variable command 
'_EXTMAX		# AutoCAD's read EXTMAX system variable command 
'_EXTMIN		# AutoCAD's read EXTMIN system variable command 
'_VSMAX			# AutoCAD's read VSMAX system variable command 
'_VSMIN			# AutoCAD's read VSMIN system variable command 
_VPOINT			# AutoCAD's ViewPOINT command
