Share

FabricationConnectorInfo.DoubleWallConnectorId Property

Fabrication double wall connector Id.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)

Syntax

C#

public int DoubleWallConnectorId { get; set; }

Property Value

Int32

Exceptions

ExceptionCondition
ArgumentException When setting this property: doubleWallConnectorId is invalid based on the shape and domain.
InvalidOperationException No double wall connector available. -or- When setting this property: the connector cannot be modified on an owned fabrication part. -or- When setting this property: the connector is already connected. -or- When setting this property: the fabrication part is connected to more than one item.

Remarks

A reference to the fabrication configuration connectors. Setting the connector value will also set the connector lock. A value of 0 indicates no connector.

See Also

Reference

Was this information helpful?