Quantcast
Channel: Mentor Graphics Communities: Message List
Viewing all articles
Browse latest Browse all 4541

How to use PreviewSymbolEx ?

$
0
0

I am trying to open the Symbol view at Library Manager using code below. Unfortunately, it does not work. Can anyone help?

 

Dim appID, app, job, libObj, actLibInit, actPSymbol

appID = "LibraryManager.Application"

Set app = GetObject(, appID)

job = "C:\Temp\Mentor-docs\AATK\1499\AATK_1499\AATK_Central_Lib\AATK_Central_Lib.lmc"

Set libObj = app.OpenLibrary(job)

Set actLibInit = app.ActiveLibrary

set actPSymbol = app.PreviewSymbolEx(job, "active_discrete", "crystal", 8)


Viewing all articles
Browse latest Browse all 4541

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>