FabricationPartSetPositionByEnd Method |
Positions the connector of the fabrication part element by the passed point.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic void SetPositionByEnd(
Connector connector,
XYZ position
)
Public Sub SetPositionByEnd (
connector As Connector,
position As XYZ
)
public:
void SetPositionByEnd(
Connector^ connector,
XYZ^ position
)
member SetPositionByEnd :
connector : Connector *
position : XYZ -> unit
Parameters
- connector Connector
-
The connector of the fabrication part element.
- position XYZ
-
The position to move to.
Exceptions
See Also