Element.GetValidTypes Method

Obtains a set of types that are valid for this element.


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

Syntax

C#

public ICollection<ElementId> GetValidTypes()

Return Value

ICollection<ElementId>
A set of element IDs of types that are valid for this element or an empty set if element cannot have type assigned.

See Also

Reference

Element Class
GetValidTypes Overload
Autodesk.Revit.DB Namespace