Revit 2025.3 API
SubelementType |
The identifier of this subelement's type.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public ElementId TypeId { get; }
Public ReadOnly Property TypeId As ElementId Get
public: property ElementId^ TypeId { ElementId^ get (); }
member TypeId : ElementId with get
Property Value
ElementId
Some subelements cannot have type assigned,
in which case this method returns invalid element id.
See Also