<Code Lib>
2025 Method
Changes 0
M

DisplacementElement.IsNotEmpty

Description:
Validates that the input set of element ids is valid for a DisplacementElement.

public static bool IsNotEmpty(
	ICollection<ElementId> elementIds
)

Return Value Boolean True if the set of element ids is not empty.

Loading…