
ProDrawingViewAnnotDispStatusGet | |
( ProDrawing draw /* (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) */ 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. */ ) |

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. |

