Message 1 of 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Can someone give me an example of how to set the Phase Created or the Phase Demolished of a element?
I've figured out how to get the Phase Created of an element with:
phaseCreated = element.Document.GetElement(element.CreatedPhaseId) as Phase;
but I don't quite understand all the code, and I can't figure out how to change it to set the phase.
Thanks:
Steve
Solved! Go to Solution.