Share

PartUtils.HasAssociatedParts(Document, LinkElementId) Method

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,
	LinkElementId hostOrLinkElementId
)

Parameters

hostDocument  Document
The document.
hostOrLinkElementId  LinkElementId
The element to be checked for associated Parts.

Return Value

Boolean
True if the element has associated Parts.

Exceptions

ExceptionCondition
ArgumentNullException A non-optional argument was null

See Also

Reference

Was this information helpful?