Checks the position of a renderable object in the collection.

Namespace:  SGP.XSpace
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
protected override int FindIndex(
	IXRenderable value
)

Parameters

value
Type: SGP.XSpace..::.IXRenderable
A renderable object IXRenderable.

Return Value

Returns the index of the object.

See Also