Checks to see if the fabrication part type exists on one of the button conditions.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public bool ContainsFabricationPartType( FabricationPartType partType )
Parameters
- partType FabricationPartType
- The fabrication part type to check.
Return Value
BooleanReturns true if the fabrication part type exists on the fabrication service button.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
