Creates a fabrication part type element based on a specific fabrication servic button and condition.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static FabricationPartType Create(
Document document,
FabricationServiceButton button,
int condition
)
Parameters
- document Document
-
The document.
- button FabricationServiceButton
-
The fabrication service button.
- condition Int32
-
The condition index.
Return Value
FabricationPartType
The created fabrication part type element.
Exceptions
See Also
Reference