RVTDocs.com

FabricationPart.SetPositionByEnd

Method
Description:
Positions the connector of the fabrication part element by the passed point.
Syntax
public void SetPositionByEnd(
	Connector connector,
	XYZ position
)
Parameters
Parameter Type Description
connector Connector The connector of the fabrication part element.
position XYZ The position to move to.
Return Value
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null
InvalidOperationException this operation failed.