Revit 2026 API
Fabrication |
Positions the connector of the fabrication part element by the passed point.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public 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
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
| InvalidOperationException | this operation failed. |
See Also