Category 3D drawings and annotations, Object ProAnnotationelem

Function ProAnnotationelemIsReadonly


Description
Obtains the readonly status for the given annotation element.
Licensing Requirement
TOOLKIT for 3D Drawings
Synopsis
#include <ProAnnotation.h>
ProErrorProAnnotationelemIsReadonly(
ProAnnotationElem* p_element
/* (In)
The annotation element.
*/
ProBoolean* is_readonly
/* (Out)
PRO_B_TRUE if the element is readonly, based on the current session authentication settings. PRO_B_FALSE if the element allows full access.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.