Delete FieldDomainPoints in Analysis Visualizacion by value
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello everyone,
CONTEXT:
I'm trying to delete some FieldDomainPoints from a Analysis Visualizacion by value. Example: Delete or FieldDomainPoints that have value 100.
I'm aware that for updating analysis results: "API developers should use Dynamic Model Update DMU triggers or subscribe to the DocumentChanged event DCE to be notified when the Revit model has changed and previously calculated results may be invalid and in need of recalculation."
For introducing data in differente steps I use the UpdateSpatialFieldPrimitive with no need of DMU or DCE.
So:
QUESTION:
It's possible to delete FieldDomainPoints in Analysis Visualizacion by value with no need of DMU or DCE? And if it is, how? May DeleteSubElements from SpatialFieldManager Class be an option?
Thanks for all answers.
Have everyone a nice day.