Category Drawings and detail, Object ProDtlentity

Function ProDtlentityErase


Description
Erases a detail item.
Replacement in Object TOOLKIT: pfcDetailEntityItem::Erase
Synopsis
#include <ProDtlentity.h>
ProErrorProDtlentityErase(
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
  2. Drawings: Creating, Modifying and Reading Detail Items

Sample Code References:

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