Revit 2026 API
Load |
Indicates if the Load is hosted or non-hosted.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool IsHosted { get; }
Public ReadOnly Property IsHosted As Boolean Get
public: property bool IsHosted { bool get (); }
member IsHosted : bool with get
Property Value
Boolean
True is returned when load is hosted. False is returned load is non-hosted.
To determine if load is hosted HostElementId property or
[!:Autodesk::Revit::DB::Structure::LoadBase::HostElement] property may also be used.
See Also