Share

FamilyInstance.SuperComponent Property

Property to get the super component of current family instance.


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

Syntax

C#

public Element SuperComponent { get; }

Property Value

Element

Remarks

When the FamilyInstance has no super component, it returns nullptr

See Also

Reference

Was this information helpful?