Changes in 2020 vs 2026 3 changed
Flip API Versions →Changed members
SiteSubRegion.Create(Document, IList<CurveLoop>, ElementId)
Became obsolete in 2026: This method is deprecated in Revit 2024 with the introduction of the new Toposolid elements. It is recommended that Toposolid elements should be used in place of TopographySurface elements.
| document | Document | |
| curveLoops | IList<CurveLoop> | |
| hostTopoSurfaceId | ElementId | |
| → returns | SiteSubRegion | SiteSubRegion |
SiteSubRegion.Create(Document, IList<CurveLoop>)
Became obsolete in 2026: This method is deprecated in Revit 2024 with the introduction of the new Toposolid elements. It is recommended that Toposolid elements should be used in place of TopographySurface elements.
| document | Document | |
| curveLoops | IList<CurveLoop> | |
| → returns | SiteSubRegion | SiteSubRegion |
SiteSubRegion.SetBoundary(IList<CurveLoop>)
Became obsolete in 2026: This method is deprecated in Revit 2024 with the introduction of the new Toposolid elements. It is recommended that TopographySurface elements should be converted to Toposolid elements to enable better editing options.
| curveLoops | IList<CurveLoop> |