dbIsVRFInfraEnabled
dbIsVRFInfraEnabled( ) => t / nil
Description
(Virtuoso MultiTech Framework) Confirms whether the Virtuoso RF Solution infrastructure sub-system is enabled in the current session. This includes the basic database SKILL functions required to work with the curved shapes, Allegro translators, and other related features.
Arguments
Value Returned
Example
when(dbIsVRFInfraEnabled()
pts = dbGetCurvedPolygonPoints(css())
)
Related Topics
Return to top