FabricationHostedInfo
The fabrication hosted element information.
Inheritance Hierarchy
System.Object
Autodesk.Revit.DB.FabricationHostedInfo
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public class FabricationHostedInfo : IDisposableThe FabricationHostedInfo type exposes the following members.
Properties
Name
Description
Public Property
HostId
Returns the identifier of the host.
Public Property
IsValidObject
Specifies whether the .NET object represents a valid Revit entity.
Methods
Name
Description
Public Method
DisconnectFromHost
Disconnects the part from the host.
Public Method
Dispose
Releases all resources used by the FabricationHostedInfo
Public Method
Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object)
Public Method
GetBearerCenterline
Gets the centerline of the bearer. The method is applicable only for bearer hanger.
Public Method
GetHashCode
Serves as the default hash function.
(Inherited from Object)
Public Method
GetType
Gets the Type of the current instance.
(Inherited from Object)
Public Method
PlaceOnHost(ElementId, Connector, Double)
Places the part on the specified host.
Public Method
PlaceOnHost(ElementId, Connector, Double, Double)
Places the part on the specified host.
Public Method
ToString
Returns a string that represents the current object.
(Inherited from Object)
Remarks
A fabrication part may have a host, the FabricationHostedInfo stores the host information for the fabrication part.