asiGetDesignVarList
asiGetDesignVarList(o_session) =>l_designVarList/nil
Description
Gets the list of design variables for the design associated with the session you specify.
Argument
Value Returned
|
There are no design variables associated with the specified session. |
Examples
designVarList = asiGetDesignVarList( session )
Returns the list of design variables in designVarList.
Return to top