Message 1 of 5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello.
Does anybody has know which filter ("SelectionFilterEnum") to use in "Pick" command from "CommandManager" (code below) to select only "Hatch" ("DrawingViewHatchRegion") or the part that has a "Hatch"?
I have a feeling that it is not possible / implemented, but I ask anyway if anybody may know this.
What we want to do is to run the iLogic rule, which has "Pick" command and we would click on "Hatches" we want to changed with specific parameters. Alternatively we could also click on the part that has a hatch, but first option is better.
Code example:
ThisApplication.CommandManager.Pick(SelectionFilterEnum.kDrawingViewFilter, "Select object.")
Best regards,
Rene Repina
Solved! Go to Solution.