Function ProDrawingDtlgroupVisit
Description
Visit groups in the specified drawing.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDtlgroup.h>
ProDrawingDtlgroupVisit
(
ProDrawing drawing
/* (In)
The drawing handle
*/
int sheet
/* (In)
The sheet number
*/
/* (In)
Visit action function
*/
/* (In)
Filter action function. If NULL, all groups are visited using the action function.
*/
ProAppData appdata
/* (In)
The application data
*/
)
Returns
The function successfully visited the groups.
One or more arguments was invalid.
The function failed.
No groups were found.
Other
Return value passed by the caller's visit function.
User Guide References
これは役に立ちましたか?