Set property values using name-value pairs when creating System object
setProperties(obj,numargs,name1,value1,name2,value2,...)
setProperties(obj,numargs,arg1,...,argN,propvalname1,...propvalnameN)
setProperties(obj,numargs,name1,value1,name2,value2,...)
provides
the name-value pair inputs to the System
object™ constructor. Use
this syntax if every input must specify both name and value.
setProperties(obj,numargs,arg1,...,argN,propvalname1,...propvalnameN)
provides
the value-only inputs, which you can follow with the name-value pair
inputs to the System
object during object construction. Use this
syntax if you want to allow users to specify one or more inputs by
their values only.
|
System object |
|
Number of inputs passed in by the object constructor |
|
Name of property |
|
Value of the property |
|
Value of property (for value-only input to the object constructor) |
|
Name of the value-only property |