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>
ProDtlentitydataIdGet
(
/* (In)
The draft entity data.
*/
int* id
/* (Out)
The identifier of the draft entity.
*/
)
Returns
The function completed successfully.
Invalid input argument(s).
Sample Code References
User Guide References
Was this helpful?