nlDisplayOption
nlDisplayOption(
o_netlister
)
=> t
Description
Prints the option names available on this object along with their values.
Arguments
Value Returned
Examples
The following example prints the option names and their values for the given netlister object.
nlDisplayOption( netlister )
=> t
Return to top