Revit 2025.3 API
Spatial |
Indicates if the subface instance is valid and can be used.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public bool Valid { get; }
Public ReadOnly Property Valid As Boolean Get
public: property bool Valid { bool get (); }
member Valid : bool with get
Property Value
BooleanSee Also