<Code Lib>
2021 Method
Changes 0
M

Document.IsDefaultElementTypeIdValid

Description:
Checks whether the element type id is valid for the give DefaultElmentType id.

public bool IsDefaultElementTypeIdValid(
	ElementTypeGroup defaultTypeId,
	ElementId typeId
)

Return Value bool True if the element type id is valid for the give DefaultElmentType id, false otherwise.

Loading…