2021 Method
Changes 0
M

Document.NewCrossFitting

Description:
Add a new family instance of a cross fitting into the Autodesk Revit document, using four connectors.
public FamilyInstance NewCrossFitting(
	Connector connector1,
	Connector connector2,
	Connector connector3,
	Connector connector4
)
Return Value FamilyInstance If creation was successful then an family instance to the new object is returned, and the transition fitting will be added at the connectors' end if necessary, otherwise an exception with failure information will be thrown.