Hi,
I'm struggling with a seemingly simple problem. In python, using the Revit API, I need to get the keynote table file path.
I've tried using KeynoteTable.GetKeynoteTable(Document).GetExternalResourceReferences() which returns a dictionary. I can't however get the ExternalResourceReference objects, to access the property called InSessionPath. Is there a better way to do this?
Anyone delt with this issue before?
Solved! Go to Solution.
Solved by GaryOrrMBI. Go to Solution.
Hi Gary, that worked perfectly. Thank you for the reply, much appreciated.
Can't find what you're looking for? Ask the community or share your knowledge.