Share

Element.GetSubelements Method

Returns the collection of element subelements.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public IList<Subelement> GetSubelements()

Return Value

IList<Subelement>
The collection of element subelements.

Remarks

This collection will not include the Element itself.

See Also

Reference

Was this information helpful?