Category Drawings and detail, Object ProDtlentitydata

Function ProDtlentitydataViewGet


Description
Finds the drawing view of the specified draft entity.
Replacement in Object TOOLKIT: pfcDetailEntityInstructions::View
Synopsis
#include <ProDtlentity.h>
ProErrorProDtlentitydataViewGet(
ProDtlentitydata entdata
/* (In)
The draft entity data.
*/
ProView* view
/* (Out)
The drawing view handle.
*/
)
Returns
PRO_TK_NO_ERRORThe function completed successfully.
PRO_TK_BAD_INPUTSInvalid input argument(s).
PRO_TK_E_NOT_FOUNDThe entity is not attached to a drawing view.

Manual References:

  1. Drawings: Draft Entity Data
  2. Drawings: Draft Entity Data