Category
Drawings and detail
, Object
ProDtlentity
Function ProDtlentityDraw
Description
Draws a detail item.
Replacement in Object TOOLKIT:
pfcDetailEntityItem::Draw
Synopsis
#include <
ProDtlentity.h
>
ProError
ProDtlentityDraw
(
ProDtlentity
*
entity
/* (In)
The entity handle.
*/
)
Returns
PRO_TK_NO_ERROR
The function completed successfully.
PRO_TK_BAD_INPUTS
Invalid input argument(s).
PRO_TK_GENERAL_ERROR
The function failed.
Manual References:
Drawings: Displaying Detail Items
Sample Code References:
pt_examples ( TestDtlentity.c )
pt_examples ( TestDtlentity.c )
pt_examples ( TestDtlentity.c )