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 |
|---|---|---|
| DisconnectFromHost() | None | Disconnects the part from the host. |
| Dispose() | None | Releases all resources used by the |
| GetBearerCenterline() | Line | Gets the centerline of the bearer. The method is applicable only for bearer hanger. |
| 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. |
| Name | Return Type | Description |
|---|---|---|
| HostId | ElementId | Returns the Id of the host. |
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. |