Checks if an element has associated parts.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public static bool HasAssociatedParts( Document hostDocument, ElementId elementId )
Parameters
- hostDocument Document
- The document.
- elementId ElementId
- The element to be checked for associated Parts
Return Value
BooleanTrue if the element has associated Parts.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |