Changes in 2020 vs 2024 3 changed
Flip API Versions →Changed members
SiteSubRegion.Create(Document, IList<CurveLoop>, ElementId)
Became obsolete in 2024: 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 | The document to be modified. |
| curveLoops | IList<CurveLoop> | The boundary of the subregion. |
| hostTopoSurfaceId | ElementId | The element id of a TopographySurface assigned to be a host of new created SiteSubRegion. |
| → returns | SiteSubRegion | The new SubRegion surface. |
SiteSubRegion.Create(Document, IList<CurveLoop>)
Became obsolete in 2024: 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 | The document to be modified. |
| curveLoops | IList<CurveLoop> | The boundary of the subregion. |
| → returns | SiteSubRegion | The new SubRegion surface. |
SiteSubRegion.SetBoundary(IList<CurveLoop>)
Became obsolete in 2024: 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> | A collection of curve loops to be added. |