Share

FabricationPart.SetPositionByEnd Method

Positions the connector of the fabrication part element by the passed point.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)

Syntax

C#

public void SetPositionByEnd(
	Connector connector,
	XYZ position
)

Parameters

connector  Connector
The connector of the fabrication part element.
position  XYZ
The position to move to.

Exceptions

ExceptionCondition
ArgumentNullException A non-optional argument was null
InvalidOperationException this operation failed.

See Also

Reference

Was this information helpful?