Revit 2025.3 API
Part |
Checks if an element has associated parts.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public static bool HasAssociatedParts( Document hostDocument, LinkElementId hostOrLinkElementId )
Public Shared Function HasAssociatedParts ( hostDocument As Document, hostOrLinkElementId As LinkElementId ) As Boolean
public: static bool HasAssociatedParts( Document^ hostDocument, LinkElementId^ hostOrLinkElementId )
static member HasAssociatedParts : hostDocument : Document * hostOrLinkElementId : LinkElementId -> bool
Parameters
- hostDocument Document
- The document.
- hostOrLinkElementId LinkElementId
- The element to be checked for associated Parts.
Return Value
BooleanTrue if the element has associated Parts.
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
See Also