2021 Class
Changes 0
C

FabricationHostedInfo

Description:
The fabrication hosted element information.
Remarks:
A fabrication part may have a host, the FabricationHostedInfo stores the host information for the fabrication part.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.FabricationHostedInfo
public class FabricationHostedInfo : IDisposable
Name Return Type Description
M DisconnectFromHost() None Disconnects the part from the host.
M Dispose() None Releases all resources used by the
M GetBearerCenterline() Line Gets the centerline of the bearer. The method is applicable only for bearer hanger.
M PlaceOnHost(ElementId, Connector, Double) None Places the part on the specified host.
M PlaceOnHost(ElementId, Connector, Double, Double) None Places the part on the specified host.
Name Return Type Description
P HostId ElementId Returns the Id of the host.
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity.