PartProxy
LuaPartFindChildByLayer Method |
Finds the child by layer.
Namespace: PartProxy
Assembly: PartProxy (in PartProxy.dll) Version: 1.0.0.0 (1.0.0.0)

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: LuaPartLuaPart.

Exception | Condition |
---|---|
InvalidOperationException | Unable to call the method on part. |
