IsDoubleWallConnectorLocked Property


Fabrication double wall connector lock.

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

Syntax

C#
public bool IsDoubleWallConnectorLocked { get; set; }
Visual Basic
Public Property IsDoubleWallConnectorLocked As Boolean
	Get
	Set
Visual C++
public:
property bool IsDoubleWallConnectorLocked {
	bool get ();
	void set (bool value);
}

Remarks

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

Exceptions

ExceptionCondition
Autodesk.Revit.ExceptionsInvalidOperationException 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.

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 →