API 설명서 > Drawings and detail > Object ProDrawing > Function ProDrawingViewAnnotDispStatusGet
Function ProDrawingViewAnnotDispStatusGet
Description
Gets display status of all annotations of the view of the drawing
Synopsis
#include <ProAnnotation.h>
ProDrawingViewAnnotDispStatusGet
(
/* (In)
The drawing to fetch the annotations status.
*/
ProView view
/* (In)
The View for which annotations display status should be fetched.
*/
ProAnnotation** p_annot_array
/* (Out)
ProArray of ProAnnotation. It should be freed by using ProArrayFree API by the user.
*/
ProBoolean** p_annot_display_status_array
/* (Out)
ProArray of annotation's display status as TRUE or FALSE wherein TRUE status indicates displayed annotation and FALSE status indicates erased annotation. It should be freed by using ProArrayFree API by the user.
*/
)
Returns
The function could successfully fetch the display status of annotations of the drawing.
One or more of the input arguments are invalid.
Insufficient memory.
Failure.
User Guide References
도움이 되셨나요?