Function ProDwgtableSegCount
Description
To determine how many segments a table has.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDwgtable.h>
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
The query succeeded.
The query did not succeed.
¿Fue esto útil?