Documentazione API > Drawings and detail > Object ProDrawing > Function ProDrawingViewsCollect
Function ProDrawingViewsCollect
Description
Collects all views in the specified drawing.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDrawing.h>
ProDrawingViewsCollect
(
ProDrawing drawing
/* (In)
the drawing
*/
ProView** views
/* (Out)
a list of views. The function allocates the memory for this argument. To free the memory, call ProArrayFree().
*/
)
Returns
Success
One or more arguments was invalid
No views were found
Sample Code References
User Guide References
È stato utile?