Checks if these are valid members for mechanical equipment set.
Namespace: Autodesk.Revit.DB.Mechanical
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
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 |