- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Dear Community,
My question pertains to the idea of running a custom command utilizing a previously stored value or global variable without the need of repeatedly requesting the user to provide the input value each time it is rerun. For example, say there is an addin command "A" which would require the name of a RVT Linked File to collect room names from. Is there a way to prompt the user once to input the RVT link, so that each time the command is rerun afterwards it would automatically utilize that input?
There is a half baked workaround idea that comes into mind: Perhaps natively there is a custom project parameter "X" of some sort that would hold a string, in this case a RVT link name like : 000-ARCH, in which the user can input and change at any time. And thus within command "A" the code would get the parameter value of this custom parameter "X" to collect a RVT Link whose name == (Parameter "X"). Would this work? Has anyone tried something like this or similar? Or is there is a way to do all of this without a workaround straight in a single addin?
Solved! Go to Solution.