Documentación de la API
>
Drawings and detail
>
Object ProDtlnotedata
> Function ProDtlnotedataReadonlySet
Function ProDtlnotedataReadonlySet
Description
Sets read-only flag for the specified note.
Replacement in Object TOOLKIT:
pfcDetailNoteItem::SetReadOnly
Synopsis
#include <
ProDtlnote.h
>
ProError
ProDtlnotedataReadonlySet
(
ProDtlnotedata
notedata
/* (In)
The note data.
*/
ProBoolean
read_only
/* (In)
PRO_B_TRUE
to make note read-only,
PRO_B_FALSE
otherwise
*/
)
Returns
PRO_TK_NO_ERROR
Success;
PRO_TK_BAD_INPUTS
One or more arguments was invalid.
Sample Code References
pt_examples ( TestDtlnote.c )
User Guide References
Read-Only Notes:ProDtlnotedataReadonlySet
¿Fue esto útil?
Este sitio funciona mejor con JavaScript activado