API Documentation > Sketches and sections > Object ProSection > Function ProSectionEntityGet
Function ProSectionEntityGet
Description
Retrieves a user entity from the specified section.
Replacement in Object TOOLKIT:
Synopsis
#include <ProSection.h>
ProSectionEntityGet
(
ProSection section
/* (In)
The section
*/
int ent_id
/* (In)
The assigned identifier of the entity
*/
Pro2dEntdef** POutEnt
/* (Out)
A pointer to a static copy of the entity
*/
)
Returns
The function successfully retrieved the entity.
One or more of the input arguments are invalid.
There was a memory error.
In the case of Pro2dTextdef, the text string exceeded the internal limitation of Creo Parametric.
In the case of Pro2dTextdef, the text font name violated the Pro2dTextdef conventions.
This Creo Parametric entity type is not available in Creo Parametric TOOLKIT environment.
An unexpected problem occured.
Sample Code References
User Guide References
Was this helpful?