Checks whether the value set for Analytical Structural Role is valid for an Analytical Element.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public bool IsValidStructuralRole( AnalyticalStructuralRole structuralRole )
Parameters
- structuralRole AnalyticalStructuralRole
- The value set to be verified.
Return Value
BooleanExceptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | A value passed for an enumeration argument is not a member of that enumeration |