Revit 2026 API
Fabrication |
Validates if the given condition index is valid or not.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public static bool IsValidConditionIndex( FabricationServiceButton button, int condition )
Public Shared Function IsValidConditionIndex ( button As FabricationServiceButton, condition As Integer ) As Boolean
public: static bool IsValidConditionIndex( FabricationServiceButton^ button, int condition )
static member IsValidConditionIndex : button : FabricationServiceButton * condition : int -> bool
Parameters
- button FabricationServiceButton
- The button to check.
- condition Int32
- The condition index.
Return Value
BooleanTrue if larger or equal to 0 and less than ConditionCount.
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
See Also