10-16-2018
05:04 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
10-16-2018
05:04 AM
Hi,
Could you just use one of the ModelDocumentName or ModelDocumentName (view) snippets of code, to get the actual current filename that has changed after the copy design operation, then us the same parameter function you're currently using after that?
Luke
SyntaxEditor Code Snippet
modelName = IO.Path.GetFileName(ActiveSheet.View("VIEW1").ModelDocument.FullFileName)
dwgParam = Parameter(modelName, "InjectNozRootDia")