
Not applicable
05-25-2016
10:31 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I am using the following code:
RevitCommandId commandId = RevitCommandId.LookupPostableCommandId(PostableCommand.PlaceAComponent);
bool b = uiapp.CanPostCommand(commandId); // returns true
uiapp.PostCommand(commandId);
but it always places furbiture-desk. Can please anybody help me out in placing a group.
Thanks & Regards
Sanjay Pandey
Solved! Go to Solution.