Property IsLocked
IsLocked
Gets or sets a value indicating whether this matrix output is locked.
public override bool IsLocked { get; set; }
Property Value
- bool
true
if the matrix output is locked; otherwise,false
.
Gets or sets a value indicating whether this matrix output is locked.
public override bool IsLocked { get; set; }
true
if the matrix output is locked; otherwise, false
.