Documentación de la API > Drawings and detail > Object ProDrawing > Function ProDrawingDraftViewsCollect
Function ProDrawingDraftViewsCollect
Description
Collects all draft views in the specified drawing. These views are created from Sketch tab in drawing.
Synopsis
#include <ProDrawingView.h>
ProDrawingDraftViewsCollect
(
ProDrawing drawing
/* (In)
the drawing
*/
ProView** views
/* (Out)
a list of draft 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
User Guide References
¿Fue esto útil?