GetSubComponentIds Method


Family Instance Get Sub Component Ids Method

Gets the sub component ElementIds of the current family instance.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public ICollection<ElementId> GetSubComponentIds()

Return Value

ICollection ElementId
The subcomponent ElementIDs
See Also