Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am working on a tool that collects all of the patterns in a file. I am wondering how to access the parameter that tells you if the pattern is a model pattern or a drafting pattern? I have tried
patternElement.GetType()
but all that tells me is that it's a FillPatternElement. Nothing in the API docs is jumping out as an obvious answer here.
Any ideas on how to get this information?
Thanks!
Solved! Go to Solution.