Indicates if this dimension is locked.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public bool IsLocked { get; set; }
Property Value
Boolean
Remarks
This property always returns false if the dimension
is a radial or spot dimension.
This property cannot be set if the dimension has been labeled,
or if the dimension shape is arc-length, radial, diameter or spot,
or if the dimension is linear with more than one segment.
See Also
Reference