GetSubDivisionIds Method


Toposolid Get Sub Division Ids Method

Get all element ids of toposolid subdivisions with the current toposolid as its host.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public IList<ElementId> GetSubDivisionIds()

Return Value

IList ElementId
The array of toposolid subdivision ids.
See Also