Blurb::
File containing list of variable values to evaluate in a list parameter study

Description::
The \c import_points_file specifies a file containing a list of variable
values at which to compute a model response.

<b> Default Behavior </b>

By default, methods do not import points from a file.

<b> Usage Tips </b>

Dakota parses input files without regard to whitespace, but the
import_points_file must be in one of three formats:
\li \c annotated (default)
\li \c custom_annotated
\li \c freeform

Topics::	
Examples::
\verbatim
method
  list_parameter_study
    import_points_file = 'dakota_pstudy.3.dat'
\endverbatim
Theory::
Faq::
See_Also::	
