2024 Method
Changes 0
M

Document.NewTakeoffFitting

Description:
Add a new family instance of an takeoff fitting into the Autodesk Revit document, using one connector and one MEP curve.
public FamilyInstance NewTakeoffFitting(
	Connector connector,
	MEPCurve curve
)
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.