Revit 2025.3 API
Fabrication |
Gets the fabrication hosted element information.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public FabricationHostedInfo GetHostedInfo()
Public Function GetHostedInfo As FabricationHostedInfo
public: FabricationHostedInfo^ GetHostedInfo()
member GetHostedInfo : unit -> FabricationHostedInfo
Return Value
FabricationHostedInfoThe fabrication hosted element information. Returns null if the fabrication part does not have a host.
See Also