PartMakerMethodToDivideVolumes.IsElementValidIntersectingReference(Document, ElementId)
Method
Description:
Identifies if the provided member is valid.
Identifies if the provided member is valid.
Syntax
public static bool IsElementValidIntersectingReference(
Document document,
ElementId elementId
)
Parameters
Parameter | Type | Description |
---|---|---|
document | Document | The document. |
elementId | ElementId | Element ids to be tested for validity for intersecting references. |
Return Value
Type | Description |
---|---|
Boolean | True if the reference is valid, false otherwise. |
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |