LuaPart.Locked Property

PartProxy

LuaPartLocked Property

Get or set part lock status

Namespace:  PartProxy
Assembly:  PartProxy (in PartProxy.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool Locked { get; set; }
Public Property Locked As Boolean
	Get
	Set
public:
property bool Locked {
	bool get ();
	void set (bool value);
}
member Locked : bool with get, set

Property Value

Type: Boolean
true if locked; otherwise, false.
Exceptions
ExceptionCondition
InvalidOperationException Unable to call the method on part. or Unable to call the method on part.
See Also