2024 Method
Changes 0
M

Document.LoadFamily

Description:
Loads the contents of this family document into another document.
Remarks:
If you are reloading an edited family back into the source document from which it was extracted, use this overload. This is because this overload allows you to respond to possible conflicts due to families already being present in the target document. The Revit API offers one automatic overload: RevitUIFamilyLoadOptions, which will show the same prompts to the user as seen during an interactive load.
Overloads (5):
LoadFamily(Document,IFamilyLoadOptions)
public Family LoadFamily(
	Document targetDocument,
	IFamilyLoadOptions familyLoadOptions
)
Return Value Family Reference of the family in the target document.