PartMakerMethodToDivideVolumes.AreElementsValidIntersectingReferences(Document, ICollection<ElementId>)
Method
Description:
Identifies if provided members are valid.
Identifies if provided members are valid.
Syntax
public static bool AreElementsValidIntersectingReferences(
Document document,
ICollection<ElementId> elementIds
)
Parameters
| Parameter | Type | Description |
|---|---|---|
| document | Document | The document. |
| elementIds | ICollection | Element ids to be tested for validity for intersecting references. |
Return Value
| Type | Description |
|---|---|
| Boolean | True if all references are valid, false otherwise. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |