
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Just wondering why some properties or elements can be found in one place but not the other.
This includes finding different elements using a FilteredElementCollector for a schedule and iterating through its elements vs. taking that same element and using a doc.GetElement(element.GetTypeId()); and getting parameters from that element.
I would then iterate through both of these in order to completely edit a schedule programmatically, as the parameters for the elements are in one element group but not the other.
In one case, I'm forced to iterate through the ParametersMap of one of the elements and when I try to use parameter.Set(property), it will not write to the schedule but I would receive no error.
Any help would be appreciated.
Solved! Go to Solution.