- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi @nebi_guler. I am not sure how to do what you are showing in that image. It seems to require having a model node selected under a drawing view in the model browser tree, then activating some sort of command. The only command I could find that sounds similar to that is "AllowSectionParticipation". But, that is just a simple command, with no way of specifying which of the 3 sub variations you want. Plus, it would require navigating the model browser tree below a specific view, then finding those few specific model nodes, select one at a time, then execute that command. That would require a lot of very custom code.
The only other two things that come to mind are the DrawingView.InheritSection property, which does not sound correct for this situation. And the DrawingView.StandardPartsSectionBehavior property, which accepts a variation of the StandardPartsSectionBehaviorEnum as its value. That second one sounds like it might be able to help, because it sounds like it will override the section participation that may be set on the individual model level.
Wesley Crihfield
(Not an Autodesk Employee)