Revit 2026 API
FormHas |
Tell if the form has an open geometry.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool HasOpenGeometry { get; }
Public ReadOnly Property HasOpenGeometry As Boolean Get
public: property bool HasOpenGeometry { bool get (); }
member HasOpenGeometry : bool with get
Property Value
BooleanSee Also