Checks whether the fabrication configuration is locked. If true, the configuration is locked and cannot be removed.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.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 (); } |