Description | |||||||||||||||||
Collect notes in the specified drawing. | |||||||||||||||||
Replacement in Object TOOLKIT: | pfcDetailItemOwner::ListDetailItems | ||||||||||||||||
pfcDetailItemOwner::GetDetailItem | |||||||||||||||||
pfcDetailSymbolDefItem::GetDetailItem | |||||||||||||||||
pfcDetailSymbolDefItem::ListDetailItems | |||||||||||||||||
Synopsis | |||||||||||||||||
#include <ProDtlnote.h> | |||||||||||||||||
ProError | ProDrawingDtlnotesCollect | ( | |||||||||||||||
ProDrawing drawing | |||||||||||||||||
/* (In) | |||||||||||||||||
The drawing handle. | |||||||||||||||||
*/ | |||||||||||||||||
ProDtlsymdef* symbol | |||||||||||||||||
/* (In) | |||||||||||||||||
If you are collecting a note from the drawing, set the symbol to NULL. If you are collecting a note from a symbol definition, set the symbol to be that symbol definition. | |||||||||||||||||
*/ | |||||||||||||||||
int sheet | |||||||||||||||||
/* (In) | |||||||||||||||||
The sheet number. Set to PRO_VALUE_UNUSED for current sheet. | |||||||||||||||||
*/ | |||||||||||||||||
ProDtlnote** notes | |||||||||||||||||
/* (Out) | |||||||||||||||||
The ProArray of notes. The function allocates memory for array. User must release memory by ProArrayFree. | |||||||||||||||||
*/ | |||||||||||||||||
) | |||||||||||||||||
Returns | |||||||||||||||||
|