Product Documentation

c-treeDB API for C# - Developers Guide

Previous Topic

Next Topic

CTIndex.GetSegmentCount

Syntax

int GetSegmentCount( )

Parameters

This method has no parameters.

Description

Retrieves the index segments count.

Return

GetSegmentCount() returns the number of segments in the index.

See Also

GetSegment()

TOCIndex