Message 1 of 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi everyone,
I've tried to find the code for get the appearance of a part from the drawing and I don't want to use parameters the code would be something like the one shown below:
modelName = IO.Path.GetFileName(ThisDrawing.ModelDocument.FullFileName)
MessageBox.Show(iProperties.PartColor (modelName), "Title")
but unfortunately it doesn't work, someone can to help me with it?
Cheers
Solved! Go to Solution.