Indicates if the view is locked.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic bool IsLocked { get; }
Public ReadOnly Property IsLocked As Boolean
Get
public:
property bool IsLocked {
bool get ();
}
member IsLocked : bool with get
Property Value
Boolean
Exceptions
See Also