LuaPartArray.GetAt Method

PartProxy

LuaPartArrayGetAt Method

Get the nth element of the array

Namespace:  PartProxy
Assembly:  PartProxy (in PartProxy.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public LuaPart GetAt(
	int idx
)
Public Function GetAt ( 
	idx As Integer
) As LuaPart
public:
LuaPart^ GetAt(
	int idx
)
member GetAt : 
        idx : int -> LuaPart 

Parameters

idx
Type: SystemInt32
The index.

Return Value

Type: LuaPart
LuaPart.
Exceptions
ExceptionCondition
InvalidOperationException Unable to call the method on part. or The element in prt array is not a part.
See Also