Revit 2025.3 API
CategoryIs |
Indicates if the Category is valid or not.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public bool IsValid { get; }
Public ReadOnly Property IsValid As Boolean Get
public: property bool IsValid { bool get (); }
member IsValid : bool with get
Property Value
Boolean
A valid Category is one which is present in the Document's Categories.
See Also