Category Drawings and detail, Object ProDrawing

Function ProDrawingReadonlyselectionAllow


Description
Enables or disables the Creo Parametric user to select drawing detail notes flagged as read-only.
Replacement in Object TOOLKIT: pfcDetailItemOwner::AllowReadonlyNoteSelection
Synopsis
#include <ProDtlnote.h>
ProErrorProDrawingReadonlyselectionAllow(
ProBoolean allow
/* (In)
Set to PRO_B_TRUE to enable selection, and PRO_B_FALSE to disable it.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully set the flag.

Manual References:

  1. Drawings: Read-Only Notes

Sample Code References:

  1. pt_examples ( TestDtlnote.c )