<Code Lib>
2022 Method
Changes 4
M

PartUtils.GetAssociatedPartMaker(Document, LinkElementId)

Description:
Gets associated PartMaker for an element.
Overloads (2):
GetAssociatedPartMaker(Document,LinkElementId)

public static PartMaker GetAssociatedPartMaker(
	Document hostDocument,
	LinkElementId hostOrLinkElementId
)

Return Value nullNothingnullptr The PartMaker element that is making Parts for this element. null Nothing nullptr a null reference ( Nothing in Visual Basic) if there is no associated PartMaker.

Loading…