Program: MKLSOPT
mklsopt............get/set LocSmith OPTions structure
call: options=mklsopt;
options=mklsopt('default');
options=mklsopt('Name1',Value1,'Name2',Value2,...);
'default': return default settings for all options
This is the same as calling mklsopt without any
input parameter.
'Name',Value: return complete options structure, in which
the options specified by NAME has the value
specified by VALUE.
If a Name occurs more than once, only the last
of the values specified will apply.
Names used here must correspond to the field names
of eviopt as given below.
Option names are not case sensitive.
One level of substructures can be handled to set
MAPTOPT fields. To set a mapping option, use
'mapopt.FieldName' as option name parameter, where
FieldName is a valid field name of the MAPOPT
structure.
result: options: complete lsopt structure as generated by MKLSDEFAULTS.
For an explanation of the fields see help lines for
MKLSDEFAULTS. To obtain the default values, run
MKLSDEFAULTS.
Martin Knapmeyer 08.09.2004, completely rewritten 25.10.2004
Read M-File Source Code
eof.