<Code Lib>
2023 Method
Changes 0
M

Document.NewUnionFitting

Description:
Add a new family instance of an union fitting into the Autodesk Revit document, using two connectors.

public FamilyInstance NewUnionFitting(
	Connector connector1,
	Connector connector2
)

Return Value FamilyInstance If creation was successful then an family instance to the new object is returned, otherwise an exception with failure information will be thrown.

Loading…