Documentação da API > Drawings and detail > Object ProDrawing > Function ProDrawingViewChildrenGet
Function ProDrawingViewChildrenGet
Description
Get the children of a view
Replacement in Object TOOLKIT:
Synopsis
#include <ProDrawingView.h>
ProDrawingViewChildrenGet
(
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
The function succeeded.
One or more input arguments was invalid.
The function failed
No children found
User Guide References
Isto foi útil?