Revit 2025.3 API
Site |
Note: This API is now obsolete.
Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
[ObsoleteAttribute("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.")] public static SiteSubRegion Create( Document document, IList<CurveLoop> curveLoops, ElementId hostTopoSurfaceId )
<ObsoleteAttribute("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.")> Public Shared Function Create ( document As Document, curveLoops As IList(Of CurveLoop), hostTopoSurfaceId As ElementId ) As SiteSubRegion
public: [ObsoleteAttribute(L"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.")] static SiteSubRegion^ Create( Document^ document, IList<CurveLoop^>^ curveLoops, ElementId^ hostTopoSurfaceId )
[<ObsoleteAttribute("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.")>] static member Create : document : Document * curveLoops : IList<CurveLoop> * hostTopoSurfaceId : ElementId -> SiteSubRegion
Parameters
Return Value
SiteSubRegionSee Also