Category Drawings and detail, Object ProDwgtable

Function ProDwgtableSegCount


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

Manual References:

  1. Model-Based Definition and Drawing Tables: Drawing Table Segments
  2. Model-Based Definition and Drawing Tables: Drawing Table Segments