Function ProDwgtableSegSheetGet
DEPRECATED:
Creo 13.0
SUPERSEDED BY:
Description
To determine upon which sheet a table segment lies.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDwgtable.h>
ProDwgtableSegSheetGet
(
ProDwgtable* p_table
/* (In)
The table in question.
*/
int segment
/* (In)
The segment ID you want to check (or -1 for a one seg. table).
*/
int* sheet
/* (Out)
The sheet upon which the segment lies.
*/
)
Returns
The query was successful.
The table or segment did not exist.
A -1 segment ID was used for a multiple segment table.
User Guide References
これは役に立ちましたか?