Returns the collection of element subelements.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
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