SubelementTypeId Property

The identifier of this subelement's type.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
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