2025.3 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 Inherited From
M DisconnectFromHost() None Disconnects the part from the host.
M Dispose() None Releases all resources used by the FabricationHostedInfo
M Equals None Determines whether the specified object is equal to the current object. (Inherited from Object ) Object
M GetBearerCenterline() Line Gets the centerline of the bearer. The method is applicable only for bearer hanger.
M GetHashCode None Serves as the default hash function. (Inherited from Object ) Object
M GetType None Gets the Type of the current instance. (Inherited from Object ) Object
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.
M ToString None Returns a string that represents the current object. (Inherited from Object ) Object
Name Return Type Description Inherited From
P HostId ElementId Returns the identifier of the host.
P IsValidObject Boolean Specifies whether the .NET object represents a valid Revit entity.