API 설명서 > 3D drawings and annotations > Object ProAnnotationelem > Function ProAnnotationelemIsReadonly
Function ProAnnotationelemIsReadonly
Description
Obtains the readonly status for the given annotation element.
Replacement in Object TOOLKIT:
Licensing Requirement
Synopsis
#include <ProAnnotation.h>
ProAnnotationelemIsReadonly
(
/* (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
The function succeeded.
One or more input arguments was invalid.
도움이 되셨나요?