LuaPart.Children Property

PartProxy

LuaPartChildren Property

Get the children of the part

Namespace:  PartProxy
Assembly:  PartProxy (in PartProxy.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public IEnumerable<LuaPart> Children { get; }
Public ReadOnly Property Children As IEnumerable(Of LuaPart)
	Get
public:
property IEnumerable<LuaPart^>^ Children {
	IEnumerable<LuaPart^>^ get ();
}
member Children : IEnumerable<LuaPart> with get

Property Value

Type: IEnumerableLuaPart
The children.
Exceptions
ExceptionCondition
InvalidOperationExceptionUnable to call the method on part.
See Also