| Revit 2017 API |
| BoundaryConditions..::..HostElement Property |
| BoundaryConditions Class See Also |
The host element for the boundary conditions.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 17.0.0.0 (17.0.484.0)
Syntax
| C# |
|---|
public AnalyticalModel HostElement { get; } |
| Visual Basic |
|---|
Public ReadOnly Property HostElement As AnalyticalModel Get |
| Visual C++ |
|---|
public: property AnalyticalModel^ HostElement { AnalyticalModel^ get (); } |