pkxGetProps
pkxGetProps(pkx_Obj t_propName) => list(pkx_properties) / nil
Description
(Virtuoso MultiTech Framework) Returns a list of properties for the specified package object.
Arguments
Value Reurned
Example
Retrieves the list of properties for the package object compDef.
compDefProps = pkxGetProps(compDef)
Related Topics
Return to top