PartUtilsGetAssociatedPartMaker(Document, ElementId) Method

Gets associated PartMaker for an element.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public static PartMaker GetAssociatedPartMaker(
	Document hostDocument,
	ElementId elementId
)

Parameters

hostDocument  Document
The document
elementId  ElementId
The id for the element to be checked for associated Parts

Return Value

PartMaker
The PartMaker element that is making Parts for this element. if there is no associated PartMaker.
Exceptions
ExceptionCondition
ArgumentNullException A non-optional argument was null
See Also