Documentazione API > Sketches and sections > Object ProSection > Function ProSectionEntityIsProjection
Function ProSectionEntityIsProjection
Description
Determines whether the specified entity in the section is created by projection.
If the function is successful, it returns the answer in the argument is_projection.
Synopsis
#include <ProSection.h>
ProSectionEntityIsProjection
(
ProSection section
/* (In)
The section
*/
int entity_id
/* (In)
The entity to be queried
*/
ProBoolean* is_projection
/* (Out)
The answer
*/
)
Returns
The function successfully created the known entity.
A general error occurred and the function failed.
One or more of the input arguments are invalid.
Sample Code References
User Guide References
È stato utile?