.NET
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Dynamic Block Creation
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Hello,
It's possible to create a dynamic block programatically?
I want to create a command that captures differents selection sets of drawing objects and assign them to different Visibility States of a new block deffinition, on run time.
Thanks in advance.
Re: Dynamic Block Creation
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Hi there,
As far as I know it's still not possible to create dynamic block definitions programmatically. Sorry. ![]()
Just in the unlikely case I misunderstood and you actually want to insert dynamic blocks and set their properties, then this post should be useful: http://through-the-interface.typepad.com/through_t
Adam Nagy,
Autodesk Developer Network

Adam Nagy
Developer Technical Services
Autodesk Developer Network
Re: Dynamic Block Creation
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Thanks for the quick reply Adam,
I already use that for Block operations on my plugin. I really want a way to create a customized tool for Dynamic Blocks authoring, without using block editor.

