Revit 2025.3 API
OpeningHost Property |
Retrieves the host element of this opening.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public Element Host { get; }
Public ReadOnly Property Host As Element Get
public: property Element^ Host { Element^ get (); }
member Host : Element with get
Property Value
ElementSee Also