Documentación de la API
>
Drawings and detail
>
Object ProDwgtable
> Function ProDwgtableSegCount
Function ProDwgtableSegCount
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
PRO_TK_NO_ERROR
The query succeeded.
PRO_TK_BAD_INPUTS
The query did not succeed.
¿Fue esto útil?
Este sitio funciona mejor con JavaScript activado