IndexCollectiongetObject Method

Gets the Index object at the specified position.

Definition

Namespace: Mythicsoft.Search.Core
Assembly: Mythicsoft.Search.Core (in Mythicsoft.Search.Core.dll) Version: 9.3.830.1
C#
public virtual Object getObject(
	int nPosition
)

Parameters

nPosition  Int32
The zero-based position of the Index object to return.

Return Value

Object
The Index object at the specified position.

See Also