Message 1 of 5
Catalog family Specify Types UI
Not applicable
11-27-2019
05:03 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I have created a dockable window in Revit in which families are listed. If I click on family and drag it into active revit project, it gets placed at required location. It works well as of now for most of the families.
Now for catalog families, if I try to drag-drop the same, the 'Specify Types' UI does not appear using API.
I use following code for drag-drop
IDropHnadler iDrop = new IDropHandler(); UIApplication.DoDragDrop(/*list of family symbols*/, iDrop);
While manually inserting catalog family we get UI as shown below,
So my question is like, is there any other API method to call this ?
TIA