LuaPart.IsChildOf Method

PartProxy

LuaPartIsChildOf Method

Determines whether [is child of] [the specified parent].

Namespace:  PartProxy
Assembly:  PartProxy (in PartProxy.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool IsChildOf(
	LuaPart parent
)
Public Function IsChildOf ( 
	parent As LuaPart
) As Boolean
public:
bool IsChildOf(
	LuaPart^ parent
)
member IsChildOf : 
        parent : LuaPart -> bool 

Parameters

parent
Type: PartProxyLuaPart
The parent.

Return Value

Type: Boolean
true if [is child of] [the specified parent]; otherwise, false.
Exceptions
ExceptionCondition
InvalidOperationExceptionUnable to call the method on part.
See Also