Category Drawings and detail, Object ProDtlentitydata

Function ProDtlentitydataIdGet


Description
Returns the identifier of the draft entity. This is valid only for data describing an existing detail entity in Creo Parametric.
Synopsis
#include <ProDtlentity.h>
ProErrorProDtlentitydataIdGet(
ProDtlentitydata entdata
/* (In)
The draft entity data.
*/
int* id
/* (Out)
The identifier of the draft entity.
*/
)
Returns
PRO_TK_NO_ERRORThe function completed successfully.
PRO_TK_BAD_INPUTSInvalid input argument(s).

Manual References:

  1. Drawings: Draft Entity Data

Sample Code References:

  1. pt_examples ( TestDtlentity.c )