Re: Create Project Parameter with "Values can vary by group instance"
Well Chris, You can check your parameter through the CUI. With groups only text parameters are allowed to have this setting. The interesting parameters with values can't be used. THe only one I found...
View ArticleElbow fitting lack one exemple
Hi allwhile i had a fun with creating elbow fitting, I discover funny possibility. I can put a "double" to angle parameter equal NaN, in to elbow. I can still select it, even when i don't see it.
View ArticleRe: Dynamic Model Update – How to find the Id of all registered updaters?
Besides removing the add-in file, you should detach the file from central with audit and make the new file as central again. Tak Au,
View ArticleRe: Can a procedure in one add-in be called by a different add-in?
Yeah add as resource. I use custom build scripts that update the referenced dll when it is rebuilt
View ArticleRe: Can a procedure in one add-in be called by a different add-in?
Sorry, i should have said reference not resource.
View ArticleRe: Create Project Parameter with "Values can vary by group instance"
Hey Chris. Would using extensible storage be a solution for you? I think you can attach an extensible storage object to each element of interest (each separate instance). This should effectively give...
View ArticleRe: Create Project Parameter with "Values can vary by group instance"
Invisible to the user is actually preferred. We're just trying to tie some metadata to the project to follow it along through the conversion pipeline for previs and other needs. I'll look into this...
View ArticleRe: Switching Views and/or Posting Commands...
I eventually found that if I closed the sheet, then reopened it that it would open with the views deactivated, so that is what I ended up doing.(Of course, I had to implement another work around to get...
View ArticleRe: Printing from modeless form causes crash
Was anyone from Autodesk able to dig into this a bit further? I've got the same situation but in a WPF dialog. There is no control collection in a WPF dialog so I'm wondering if there is any better...
View ArticleRevit API Documentation Online
Since Google doesn't seem too excited to index my 60k+ page website, I wanted to share it here so people can find it and hopefully use it! : )It currently includes the full official documentation...
View ArticleRe: Using project/shared parameters with vb.net
FYI, I also know the GUID's for my parameters if this helps. I just need to extract the text value from the parameter and save it as a string of text to use later in my code Note: doc is referenced...
View ArticleRe: Keynote Files
Reason could not, I don't know. I changed to use the Reload method instead of the LoadFrom but I am still verifying the file exists before Reloading so that the message to the user can be more...
View ArticleInvalidOperationException:the dimension can not be labeled
I'm a API beginner following "revit API training labs", I'm learing how to use API to create a family. I'm puzzling over this error, can anyone help? I labeled a dimension using the method provided in...
View ArticleRe: Printing from modeless form causes crash
Ken No more updates from Autodesk but by trial and error I have improved the reliability of printing.My experience is that if I use PrintManager.SubmitPrint(viewname) on a series of views that often...
View ArticleRe: Standalone application (not plug-in). Possible?
we are developing a .net standalone application which should extract/Read/Write Revit Files.Is this feature (Stand-alone support using COM Libraries) implemented in any recent versions of Revit?Is...
View ArticleCombine phases without loss
Hi, I'm trying to combine phases without loss because if you combine two phases in Revit you will lost your two bases phases.The main idea of my tool :1/ Duplicate the two phases2/ Combine phases3/...
View ArticleRe: Standalone application (not plug-in). Possible?
>> Is this feature (Stand-alone support using COM Libraries) implemented in any recent versions of Revit?No, Revit doesn't support COM Automation>> Is there any SDK that autodesk providing...
View ArticleAdvice on debugging C# in Visual Studio
Hi, I've used to coding in Python in Dynamo, but for various reasons am now trying out C# and coding in Visual Studio. I can compile DLLs OK, which run in Revit, but when I hit debug Revit pops up and...
View ArticleRe: How to Unload a revit link file or how to set the revit link file invisible
The ISaveSharedCoordinatesCallback thing is very confusing for an amateur, and there aren't many examples online. rvtLink.Unload(null); got me un-stuck with my addin, so thanks for sharing!
View Article