API Documentation > Drawings and detail > Object ProDtlentitydata > Function ProDtlentitydataWidthGet
Function ProDtlentitydataWidthGet
Description
Finds the width of the specified draft entity.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDtlentity.h>
ProDtlentitydataWidthGet
(
/* (In)
The draft entity data.
*/
double* width
/* (Out)
The retrieved width of the draft entity.
*/
)
Returns
The function completed successfully.
Invalid input argument(s).
Sample Code References
User Guide References
Was this helpful?