The host element for the boundary conditions.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Syntax
| C# |
|---|
public AnalyticalModel HostElement { get; } |
| Visual Basic |
|---|
Public ReadOnly Property HostElement As AnalyticalModel Get |
| Visual C++ |
|---|
public: property AnalyticalModel^ HostElement { AnalyticalModel^ get (); } |