Function ProDispdatEntsGet
Description
Retrieves the list of entities, given the display data.
Replacement in Object TOOLKIT:
Synopsis
#include <ProExtobjDisp.h>
ProDispdatEntsGet
(
ProWExtobjdata disp_data
/* (In)
The display data.
*/
ProCurvedata** entities
/* (Out)
The list of entities. Use ProCurvedataArrayFree() to release the memory.
*/
int* num_ents
/* (Out)
The length of the list of entities.
*/
)
Returns
The function successfully retrieved the information.
The input argument is invalid.
The entity was not found, or the function could not retrieve the information.
See Also
Sample Code References
User Guide References
これは役に立ちましたか?