FabricationHostedInfo
Description:
The fabrication hosted element information.
The fabrication hosted element information.
Remarks:
A fabrication part may have a host, the FabricationHostedInfo stores the host information for the fabrication part.
A fabrication part may have a host, the FabricationHostedInfo stores the host information for the fabrication part.
public class FabricationHostedInfo : IDisposable
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| DisconnectFromHost() | None | Disconnects the part from the host. | |
| Dispose() | None | Releases all resources used by the FabricationHostedInfo | |
| Equals | None | Determines whether the specified object is equal to the current object. (Inherited from Object ) | Object |
| GetBearerCenterline() | Line | Gets the centerline of the bearer. The method is applicable only for bearer hanger. | |
| GetHashCode | None | Serves as the default hash function. (Inherited from Object ) | Object |
| GetType | None | Gets the Type of the current instance. (Inherited from Object ) | Object |
| PlaceOnHost(ElementId, Connector, Double) | None | Places the part on the specified host. | |
| PlaceOnHost(ElementId, Connector, Double, Double) | None | Places the part on the specified host. | |
| ToString | None | Returns a string that represents the current object. (Inherited from Object ) | Object |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| HostId | ElementId | Returns the identifier of the host. | |
| IsValidObject | Boolean | Specifies whether the .NET object represents a valid Revit entity. |