Share

FabricationConnectorInfo.IsBodyConnectorLocked Property

Fabrication body connector lock.


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

Syntax

C#

public bool IsBodyConnectorLocked { get; set; }

Property Value

Boolean

Exceptions

ExceptionCondition
InvalidOperationException 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

If set this prevents the connector value being overridden by the fabrication specification.

See Also

Reference

Was this information helpful?