Create fabrication routing end from connector end point.
Namespace: Autodesk.Revit.DB.Fabrication
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)
Syntax
C#
public static FabricationPartRouteEnd CreateFromConnector( Connector connnector )
Parameters
- connnector Connector
- The connector that the route will connect to. The connector cannot have an existing connection.
Return Value
FabricationPartRouteEndExceptions
Exception | Condition |
---|---|
ArgumentException | Connector is connected. |
ArgumentNullException | A non-optional argument was null |