
Not applicable
โ11-11-2019
01:40 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am working on a project that a user should select the border lines of the block reference. However, when I hover my mouse onto the block reference, the whole block is selected. I just want to select a line of the block reference?
PromptEntityOptions options = new PromptEntityOptions(message); options.SetRejectMessage("\n selected target is not supported"); options.AddAllowedClass(typeof(Line), true); PromptEntityResult result = ed.GetEntity(options);
I do not want to explode the block reference and recombine them.
Solved! Go to Solution.