FabricationPartGetHostedInfo Method |
Gets the fabrication hosted element information.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic FabricationHostedInfo GetHostedInfo()
Public Function GetHostedInfo As FabricationHostedInfo
public:
FabricationHostedInfo^ GetHostedInfo()
member GetHostedInfo : unit -> FabricationHostedInfo
Return Value
FabricationHostedInfo
The fabrication hosted element information. Returns null if the fabrication part does not have a host.
See Also