LuaPart.HasChildren Property

PartProxy

LuaPartHasChildren Property

Gets a value indicating whether this instance has children.

Namespace:  PartProxy
Assembly:  PartProxy (in PartProxy.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool HasChildren { get; }
Public ReadOnly Property HasChildren As Boolean
	Get
public:
property bool HasChildren {
	bool get ();
}
member HasChildren : bool with get

Property Value

Type: Boolean
true if this instance has children; otherwise, false.
Exceptions
ExceptionCondition
InvalidOperationExceptionUnable to call the method on part.
See Also