GetSubelements Method


Element Get Subelements Method

Returns the collection of element subelements.

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

Return Value

IList Subelement
The collection of element subelements.
Remarks
This collection will not include the Element itself.
See Also