Share

Subelement.TypeId Property

The identifier of this subelement's type.


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

Syntax

C#

public ElementId TypeId { get; }

Property Value

ElementId

Remarks

Some subelements cannot have type assigned, in which case this method returns invalid element id.

See Also

Reference

Was this information helpful?