LuaPart.Parent Property

PartProxy

LuaPartParent Property

Set and get the parent's part

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

Property Value

Type: LuaPart
The parent.
Exceptions
ExceptionCondition
InvalidOperationException Unable to call the method on part. or Unable to call the method on part.
See Also