| Revit 2022.1 API |
| FabricationConfigurationInfo..::..IsLocked Property |
| FabricationConfigurationInfo Class See Also |
Checks whether the fabrication configuration is locked. If true, the configuration is locked and cannot be removed.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)
Since:
2016
Syntax
| C# |
|---|
public bool IsLocked { get; } |
| Visual Basic |
|---|
Public ReadOnly Property IsLocked As Boolean Get |
| Visual C++ |
|---|
public: property bool IsLocked { bool get (); } |