<Code Lib>
2026 Method
Changes 0
M

FabricationHostedInfo.PlaceOnHost(ElementId, Connector, Double)

Description:
Places the part on the specified host.
Remarks:
The document must be regenerated before the fabrication part can be used. Check ValidationStatus after regeneration to see if the part is valid for fabrication.
Overloads (2):
PlaceOnHost(ElementId,Connector,Double)

public void PlaceOnHost(
	ElementId hostId,
	Connector hostConnector,
	double distance
)

  • hostId
    Identifier of the host fabrication part.
  • hostConnector
    The connector of the host.
  • Double
    distance
    The distance from the connector to place the hosted part. Units are in feet (ft).

  • Invalid fabrication part host. The host should be a straight fabrication part. -or- Invalid connector of fabrication part host. -or- The distance is out of range.
  • A non-optional argument was null

Loading…