Checks that the spacing rule layout enumeration value is valid
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.3.0.0 (26.3.0.0)
Syntax
C#
public bool IsValidSpacingRuleLayout( SpacingRuleLayout layout )
Parameters
- layout SpacingRuleLayout
Return Value
BooleanExceptions
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | A value passed for an enumeration argument is not a member of that enumeration |
