Message 1 of 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I am trying to Place a FamilySymbol using PromptForFamilyInstancePlacement method using C# while developing an add-in for Revit. The placement of components using this method disables most of the menu options while placement (as shown in picture 1). While if I try to place the same component directly from Project Browser, the same menu options remain enabled (as shown in picture 2) . Can someone point out something that I should do to match the behavior with Project Browser?
Picture1
Picture2
Here's my code snippet that I am using,
FamilySymbol symbol = HelperMethods.LoadFamilySymbol(familyFilePath, familySymbolName, revitUIApp.ActiveUIDocument.Document); BCCSCore.Instance.RevitUIApp.ActiveUIDocument.PromptForFamilyInstancePlacement(symbol);
Any help in this regard would be much appreciated.
Thanks,
Umar
Solved! Go to Solution.