Checks if an element has associated parts.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
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
Boolean
True if the element has associated Parts.
Exceptions
See Also
Reference