SpatialElementBoundarySubface.Valid Property

SpatialElementBoundarySubfaceValid Property

Indicates if the subface instance is valid and can be used.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.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

Boolean
See Also