Description | ||||||||
To determine how many segments a table has. | ||||||||
Replacement in Object TOOLKIT: | pfcTable::GetSegmentCount | |||||||
Synopsis | ||||||||
#include <ProDwgtable.h> | ||||||||
ProError | ProDwgtableSegCount | ( | ||||||
ProDwgtable* p_table | ||||||||
/* (In) | ||||||||
The table in question. | ||||||||
*/ | ||||||||
int* n_segs | ||||||||
/* (Out) | ||||||||
How many segments it has (-1 if there is an error). | ||||||||
*/ | ||||||||
) | ||||||||
Returns | ||||||||
|