Gets the fabrication connector shape from its identifier.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public ConnectorProfileType GetFabricationConnectorShape(
int fabricationConnectorId
)
Parameters
- fabricationConnectorId Int32
-
The fabrication connector identifier.
Return Value
ConnectorProfileType
The fabrication connector's shape.
See Also
Reference