Checks if these are valid members for mechanical equipment set.
Namespace: Autodesk.Revit.DB.Mechanical
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
C#
public static bool AreValidMembers( Document document, ISet<ElementId> memberIds )
Parameters
- document Document
- The document of the member elements.
- memberIds ISet<ElementId>
- The member element ids.
Return Value
BooleanExceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |