Revit 2025 API
FormHas |
Tell if the form has an open geometry.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.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