Share

ClassificationEntry.HasBadLevel Method

Checks if the level is an integer in range between 1 and 5 inclusive.


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

Syntax

C#

public bool HasBadLevel()

Return Value

Boolean
True if the level is not an integer from 1 to 5 inclusive. False otherwise.

See Also

Reference

Was this information helpful?