Question
Load a drawing symbol out of Windchill with web/link?
Hello
does anybody know how to load a symbol out of windchill to drawing using web/link.
I have this in my script.
var symDef = CurDrawing.RetrieveSymbolDefinition (SymbolName, SYMFOLDER, null, true);
I know the place where the symbols are which I want to load, but I don't know the correct syntax of FilePath for Windchill-Folders
API says this
| RetrieveSymbolDefinition | (string FileName, /* optional */ string FilePath, /* optional */ integer Version, /* optional */ boolean UpdateUnconditionally) |
Best Regards
Juergen
This thread is inactive and closed by the PTC Community Management Team. If you would like to provide a reply and re-open this thread, please notify the moderator and reference the thread. You may also use "Start a topic" button to ask a new question. Please be sure to include what version of the PTC product you are using so another community member knowledgeable about your version may be able to assist.

