Create family based stiffener on the specified fabrication ductwork.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static FamilyInstance CreateDuctworkStiffener(
Document document,
ElementId familySymbolId,
ElementId hostId,
double distanceFromHostEnd
)
Parameters
- document Document
-
The document.
- familySymbolId ElementId
-
The id of a stiffener FamilySymbol.
- hostId ElementId
-
The id of the host ductwork.
- distanceFromHostEnd Double
-
The distance from the host primary end to place the hosted instance. Units are in feet (ft).
Return Value
FamilyInstance
The new stiffener family instance.
Exceptions
See Also
Reference