Arbortext Command Language > set Command Options > set graphicfilter
  
set graphicfilter
set graphicfilter= filterstring
This command specifies the default list of graphics file types to display in the Files of type pulldown list of the Locate Graphic File to Reference dialog box when inserting a new graphic.
filterstring specifies a list of file types separated by a vertical bar “|”. There are two parts to each item, which are also separated by a vertical bar “|”. The first part is the string to display in the menu or pop-up menu. The second part is the corresponding pattern to use to filter the files displayed in the dialog box. Multiple patterns may be specified by separating them with a semicolon.
The default list contains:
All Graphics (*.bmp,*.cgm,*.edz,*.eps,*.gif,*.idr,*.idrz,*.iso,*.isoz,*.jpg,*.pdf,*.png,
*.pvz,*.svg,*.tif)|*.bmp;*.cgm;*.edz;*.eps;*.gif;*.idr;*.idrz;*.iso;*.isoz;*.jpg;*.pdf;*.png;
*.pvz;*.svg;*.tif;*.tiff|
Bitmap Graphics (*.bmp)|*.bmp|
Creo View Graphics (*.edz, *.pvz)|*.edz;*.pvz|
Graphics Interchange Format (*.gif)|*.gif|
IsoDraw Graphics (*.idr, *.idrz, *.iso, *.isoz)|*.idr;*.idrz;*.iso;*.isoz|
JPEG File Interchange Format (*.jpg)|*.jpg|
Portable Network Graphics(*.png)|*.png|
Scalable Vector Graphics (*.svg)|*.svg|
Tag Image File Format (*.tif, *.tiff)|*.tif;*.tiff|
Vector Graphics (*.cgm, *.eps, *.pdf)|*.cgm;*.eps;*.pdf|
All Files|*