Share

Category.IsValid Property

Indicates if the Category is valid or not.


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

Syntax

C#

public bool IsValid { get; }

Property Value

Boolean

Remarks

A valid Category is one which is present in the Document's Categories.

See Also

Reference

Was this information helpful?