Share

ElementType.GetSimilarTypes Method

Obtains a set of types that are similar to this type.


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

Syntax

C#

public ICollection<ElementId> GetSimilarTypes()

Return Value

ICollection<ElementId>
A set of element IDs of types that are similar to this type.

Remarks

Two types are similar if elements that have one type could be assigned the other type.

See Also

Reference

Was this information helpful?