Returns a new properties object set to the specified property object.
Syntax
Properties( )
Properties( properties )
properties.Properties( )
Parameters
properties
|
optional default properties object.
|
Returns
properties
|
new properties object.
|
Example
pl = Properties( )
npl = Properties( pl )
|