IndexCollectiongetObject Method
Gets the
Index object at the specified position.
Namespace: Mythicsoft.Search.CoreAssembly: Mythicsoft.Search.Core (in Mythicsoft.Search.Core.dll) Version: 9.3.830.1
public virtual Object getObject(
int nPosition
)
public:
virtual Object^ getObject(
int nPosition
)
- nPosition Int32
- The zero-based position of the Index object to return.
ObjectThe
Index object at the specified position.