Category Drawings and detail, Object ProDtlentitydata

Function ProDtlentitydataWidthGet


Description
Finds the width of the specified draft entity.
Replacement in Object TOOLKIT: pfcDetailEntityInstructions::Width
Synopsis
#include <ProDtlentity.h>
ProErrorProDtlentitydataWidthGet(
ProDtlentitydata entdata
/* (In)
The draft entity data.
*/
double* width
/* (Out)
The retrieved width 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
  2. Drawings: Draft Entity Data

Sample Code References:

  1. pt_examples ( TestDtlentity.c )
  2. pt_examples ( TestDtlentity.c )