LuaPart.FindChildByLayer Method

PartProxy

LuaPartFindChildByLayer Method

Finds the child by layer.

Namespace:  PartProxy
Assembly:  PartProxy (in PartProxy.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public LuaPart FindChildByLayer(
	string layName
)
Public Function FindChildByLayer ( 
	layName As String
) As LuaPart
public:
LuaPart^ FindChildByLayer(
	String^ layName
)
member FindChildByLayer : 
        layName : string -> LuaPart 

Parameters

layName
Type: SystemString
Name of the lay.

Return Value

Type: LuaPart
LuaPart.
Exceptions
ExceptionCondition
InvalidOperationExceptionUnable to call the method on part.
See Also