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