Gets all element ids of Toposolid subdivisions with the current Toposolid as its host.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public IList<ElementId> GetSubDivisionIds()
Return Value
IList<ElementId>
The array of Toposolid subdivision ids.
See Also
Reference