<Code Lib>
2024 Method
Changes 0
M

ElementType.IsSimilarType

Description:
Checks if given type is similar to this type.
Remarks:
Two types are similar if elements that have one type could be assigned the other type.

public bool IsSimilarType(
	ElementId typeId
)

Return Value bool True if given type is similar to this type, false otherwise.

Loading…