Category Drawings and detail, Object ProDtlentity

Function ProDtlentityDraw


Description
Draws a detail item.
Replacement in Object TOOLKIT: pfcDetailEntityItem::Draw
Synopsis
#include <ProDtlentity.h>
ProErrorProDtlentityDraw(
ProDtlentity* entity
/* (In)
The entity handle.
*/
)
Returns
PRO_TK_NO_ERRORThe function completed successfully.
PRO_TK_BAD_INPUTSInvalid input argument(s).
PRO_TK_GENERAL_ERRORThe function failed.

Manual References:

  1. Drawings: Displaying Detail Items

Sample Code References:

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