FabricationServiceButton
Description:
The object contains information about a fabricaton button.
The object contains information about a fabricaton button.
Remarks:
A fabrication service button defines what items to use for different conditions. Fabrication service buttons are part of a fabrication service.
A fabrication service button defines what items to use for different conditions. Fabrication service buttons are part of a fabrication service.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.FabricationServiceButton
System.Object
Autodesk.Revit.DB.FabricationServiceButton
public class FabricationServiceButton : IDisposable
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| ContainsFabricationPartType(FabricationPartType) | Boolean | Checks to see if the fabrication part type exists on one of the button conditions. | |
| Dispose() | None | Releases all resources used by the FabricationServiceButton | |
| Equals | None | Determines whether the specified object is equal to the current object. (Inherited from Object ) | Object |
| GetConditionDescription(Int32) | String | Gets the description for the condition size range. | |
| GetConditionImage(Int32) | Bitmap | Gets the image for the specified fabrication service button condition. | |
| GetConditionLowerValue(Int32) | Double | Gets the condition lower value (valid if greater or equal) for a given condition index. | |
| GetConditionName(Int32) | String | Gets the name of the specified condition on the fabrication service button. | |
| GetConditionUpperValue(Int32) | Double | Gets the condition upper value (valid if less) for a given condition index. | |
| GetHashCode | None | Serves as the default hash function. (Inherited from Object ) | Object |
| GetImage() | Bitmap | Gets the image for fabrication service button. | |
| GetType | None | Gets the Type of the current instance. (Inherited from Object ) | Object |
| IsExcluded() | Boolean | Gets if the button's fabrication part content associated with the button is to be excluded from Route and Fill, Design to Fabrication, or Multi-Point Routing commands. | |
| IsUnrestrictedCondition(Int32) | Boolean | Checks if the condition is unrestricted. | |
| IsValid() | Boolean | Checks if the button contains only valid fittings. | |
| IsValidConditionIndex(FabricationServiceButton, Int32) | Boolean | Validates if the given condition index is valid or not. | |
| ToString | None | Returns a string that represents the current object. (Inherited from Object ) | Object |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| ButtonIndex | int | The button index for this button. | |
| Code | string | The code of the button. | |
| ConditionCount | int | The number of conditions. | |
| IsAHanger | bool | Checks if the fabrication service button is hanger. | |
| IsStraight | bool | Checks if all of the fabrication service button conditions are straights. | |
| IsValidObject | Boolean | Specifies whether the .NET object represents a valid Revit entity. | |
| Name | string | The name of the button. | |
| PaletteIndex | int | The palette index for this button. | |
| ServiceId | int | The fabrication service identifier for the fabrication service this button belongs to. |