Category Drawings and detail, Object ProDtlentitydata

Function ProDtlentitydataWidthSet


Description
Sets the width of the specified draft entity.
Replacement in Object TOOLKIT: pfcDetailEntityInstructions::Width
Synopsis
#include <ProDtlentity.h>
ProErrorProDtlentitydataWidthSet(
ProDtlentitydata entdata
/* (In)
The draft entity data.
*/
double width
/* (In)
The new 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 )