GetFabricationConnectorShape Method


Gets the fabrication connector shape from its identifier.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since:  2016

Syntax

C#
public ConnectorProfileType GetFabricationConnectorShape(
	int fabricationConnectorId
)
Visual Basic
Public Function GetFabricationConnectorShape ( _
	fabricationConnectorId As Integer _
) As ConnectorProfileType
Visual C++
public:
ConnectorProfileType GetFabricationConnectorShape(
	int fabricationConnectorId
)

Parameters

fabricationConnectorId
Type: SystemInt32
The fabrication connector identifier.

Return Value

The fabrication connector's shape.

See Also

ArchiLabs

Stop fighting Revit automation.

Build repeatable BIM design and documentation workflows with scripts, data, and AI in one place, without wrestling brittle one-off automations.

Try ArchiLabs →