API Documentation
>
Drawings and detail
>
Object ProDtlentitydata
> Function ProDtlentitydataIdGet
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
>
ProError
ProDtlentitydataIdGet
(
ProDtlentitydata
entdata
/* (In)
The draft entity data.
*/
int* id
/* (Out)
The identifier of the draft entity.
*/
)
Returns
PRO_TK_NO_ERROR
The function completed successfully.
PRO_TK_BAD_INPUTS
Invalid input argument(s).
Sample Code References
pt_examples ( TestDtlentity.c )
User Guide References
Draft Entity Data:ProDtlentitydataIdGet
Was this helpful?
This site works best with JavaScript enabled