Revit 2026 API
Fabrication |
Constructor
Namespace: Autodesk.Revit.DB.Fabrication
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public FabricationSaveJobOptions( bool addHolesForTaps )
Public Sub New ( addHolesForTaps As Boolean )
public: FabricationSaveJobOptions( bool addHolesForTaps )
new : addHolesForTaps : bool -> FabricationSaveJobOptions
Parameters
- addHolesForTaps Boolean
- Set true to have holes for taps on straights added to the created fabrication job.
See Also