Revit 2025.3 API
Fabrication |
Constructor
Namespace: Autodesk.Revit.DB.Fabrication
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.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