API Documentation > Drawings and detail > Object ProDtlentitydata > Function ProDtlentitydataViewGet
Function ProDtlentitydataViewGet
Description
Finds the drawing view of the specified draft entity.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDtlentity.h>
ProDtlentitydataViewGet
(
/* (In)
The draft entity data.
*/
ProView* view
/* (Out)
The drawing view handle.
*/
)
Returns
The function completed successfully.
Invalid input argument(s).
The entity is not attached to a drawing view.
User Guide References
Was this helpful?