Category Drawings and detail, Object ProDrawing

Function ProDrawingViewChildrenGet


Description
Get the children of a view
Synopsis
#include <ProDrawingView.h>
ProErrorProDrawingViewChildrenGet(
ProDrawing drawing
/* (In)
Drawing handle
*/
ProView view
/* (In)
The view handle
*/
ProView** view_children
/* (Out)
Children of views
*/
int* no_children
/* (Out)
number of children
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
PRO_TK_GENERAL_ERRORThe function failed
PRO_TK_E_NOT_FOUNDNo children found

Manual References:

  1. Drawings: Listing Drawing Views
  2. Drawings: Listing Drawing Views