LoadOptions

LoadOptions class

LoadOptions type holds level of abstraction on individual load options

The LoadOptions type exposes the following members:

Properties

NameDescription
warning_handlerCallback to handle any warnings generated.
The WarningHandler returns ReturnAction enum item specifying either Continue or Abort.
Continue is the default action and the Load operation continues, however the user may also return Abort in which case the Load operation should cease.
load_formatRepresents file format which LoadOptions describes.

See Also