Fabrication body connector lock.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.0.0)
Since:
2016
Syntax
| C# |
|---|
public bool IsBodyConnectorLocked { get; set; } |
| Visual Basic |
|---|
Public Property IsBodyConnectorLocked As Boolean
Get
Set |
| Visual C++ |
|---|
public:
property bool IsBodyConnectorLocked {
bool get ();
void set (bool value);
} |
Remarks
Exceptions
| Exception | Condition |
|---|
| Autodesk.Revit.Exceptions..::..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.
|
See Also