Quantcast
Channel: All Revit API Forum posts
Viewing all articles
Browse latest Browse all 67020

Re: search all elements containing sepecific string i.e. ABC

$
0
0
 foreach (Parameter p in e.Parameters)

the above statement in your loop will call the parameters each time from the element and will not iterate to go through one by one. this will cause that some of the parameters might be missed, for that reason I used this statement 

 

 var bips = Enum.GetValues(typeof(BuiltInParameter));

Viewing all articles
Browse latest Browse all 67020


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>