Revit 2026 API
ToposolidCreate(Document, IListXYZ, Element |
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public static Toposolid Create( Document document, IList<XYZ> points, ElementId topoTypeId, ElementId levelId )
Public Shared Function Create ( document As Document, points As IList(Of XYZ), topoTypeId As ElementId, levelId As ElementId ) As Toposolid
public: static Toposolid^ Create( Document^ document, IList<XYZ^>^ points, ElementId^ topoTypeId, ElementId^ levelId )
static member Create : document : Document * points : IList<XYZ> * topoTypeId : ElementId * levelId : ElementId -> Toposolid
Parameters
Return Value
ToposolidSee Also