IsValid Property


Category Is Valid Property

Indicates if the Category is valid or not.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public bool IsValid { get; }

Property Value

Boolean
Remarks
A valid Category is one which is present in the Document's Categories.
See Also