Category Drawings and detail, Object ProDtlnotedata

Function ProDtlnotedataReadonlyGet


Description
Gets read-only flag for the specified note.
Replacement in Object TOOLKIT: pfcDetailNoteInstructions::IsReadOnly
Synopsis
#include <ProDtlnote.h>
ProErrorProDtlnotedataReadonlyGet(
ProDtlnotedata notedata
/* (In)
The note data.
*/
ProBoolean* read_only
/* (Out)
PRO_B_TRUE if note is 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 )