RVTDocs.com

DisplacementElement.IsNotEmpty

Method
Description:
Validates that the input set of element ids is valid for a DisplacementElement.
Syntax
public static bool IsNotEmpty(
	ICollection<ElementId> elementIds
)
Parameters
Parameter Type Description
elementIds ICollection A set of element ids.
Return Value
Type Description
Boolean True if the set of element ids is not empty.
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null