ElementType.GetSimilarTypes
Description:
Obtains a set of types that are similar to this type.
Obtains a set 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.
Two types are similar if elements that have one type could be assigned the other type.
public ICollection<ElementId> GetSimilarTypes()
ICollection<ElementId>
A set of element IDs of types that are similar to this type.