API Documentation > Sketches and sections > Object ProSection > Function ProSectionEntityConstructionSet
Function ProSectionEntityConstructionSet
Description
Marks the section entity to be construction type
Synopsis
#include <ProSection.h>
ProSectionEntityConstructionSet
(
ProSection handle
/* (In)
The section handle
*/
int entity_id
/* (In)
The entity identifier.
*/
ProBoolean construction
/* (In)
PRO_B_TRUE, if the section entity is to set construction type entity
*/
)
Returns
The function completed successfully.
Model is in read-only state.
Invalid input argument(s).
Sample Code References
User Guide References
Was this helpful?