Category Drawings and detail, Object ProDtlnotedata

Function ProDtlnotedataReadonlySet


Description
Sets read-only flag for the specified note.
Replacement in Object TOOLKIT: pfcDetailNoteInstructions::IsReadOnly
Synopsis
#include <ProDtlnote.h>
ProErrorProDtlnotedataReadonlySet(
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_ERRORSuccess;
PRO_TK_BAD_INPUTSOne or more arguments was invalid.

Manual References:

  1. Drawings: Read-Only Notes
  2. Drawings: Read-Only Notes

Sample Code References:

  1. pt_examples ( TestDtlnote.c )