SiteSubRegionCreate(Document, IListCurveLoop, ElementId) Method

Note: This API is now obsolete.


Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.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
)

Parameters

document  Document
 
curveLoops  IListCurveLoop
 
hostTopoSurfaceId  ElementId
 

Return Value

SiteSubRegion
See Also