LightArray.ElementAt Method

LightArrayElementAt Method

[Missing <summary> documentation for "M:Rhino.Render.LightArray.ElementAt(System.Int32)"]

Namespace:  Rhino.Render
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public Light ElementAt(
	int index
)
Public Function ElementAt ( 
	index As Integer
) As Light

Parameters

index
Type: SystemInt32

[Missing <param name="index"/> documentation for "M:Rhino.Render.LightArray.ElementAt(System.Int32)"]

Return Value

Type: Light

[Missing <returns> documentation for "M:Rhino.Render.LightArray.ElementAt(System.Int32)"]

Version Information

Rhino for Windows

Supported in: 6.14
See Also