Message 1 of 5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am having a very hard time getting the full file name of the inserted model on the CURRENT SHEET. I have the code for the first model in the entire document.
oModelDoc = ThisDrawing.ModelDocument
modelName = IO.Path.GetFileName(oModelDoc.FullFileName)
How do I change this to only select the first model inserted on the current sheet?
Solved! Go to Solution.