FabricationSaveJobOptionsAddHolesForTaps Property |
Set true to have holes for taps on straights added to the created fabrication job.
Namespace: Autodesk.Revit.DB.FabricationAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic bool AddHolesForTaps { get; set; }
Public Property AddHolesForTaps As Boolean
Get
Set
public:
property bool AddHolesForTaps {
bool get ();
void set (bool value);
}
member AddHolesForTaps : bool with get, set
Property Value
Boolean
See Also