asiGetDesignLibName
asiGetDesignLibName(o_session) =>t_libName/nil
Description
Returns the library name of the design associated with the passed object.
Arguments
Value Returned
Examples
session = asiGetCurrentSession()
asiGetDesignLibName(session)
Return to top