Gets associated PartMaker for an element.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
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.
null if there is no associated PartMaker.
Exceptions
See Also
Reference