Share

FabricationServiceButton.IsValidConditionIndex Method

Validates if the given condition index is valid or not.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)

Syntax

C#

public static bool IsValidConditionIndex(
	FabricationServiceButton button,
	int condition
)

Parameters

button  FabricationServiceButton
The button to check.
condition  Int32
The condition index.

Return Value

Boolean
True if larger or equal to 0 and less than ConditionCount.

Exceptions

ExceptionCondition
ArgumentNullException A non-optional argument was null

See Also

Reference

Was this information helpful?