Category Sketches and sections, Object ProSection

Function ProSectionEntityIsConstruction


Description
checks if the section entity is construction type
Synopsis
#include <ProSection.h>
ProErrorProSectionEntityIsConstruction(
ProSection handle
/* (In)
The section handle
*/
int entity_id
/* (In)
The section entity identifier.
*/
ProBoolean* is_construction
/* (Out)
PRO_B_TRUE, if the section entity is construction type
*/
)
Returns
PRO_TK_NO_ERRORThe function completed successfully.
PRO_TK_BAD_INPUTSInvalid input argument(s).

Manual References:

  1. Element Trees: Sections: Construction Entities
  2. Element Trees: Sections: Construction Entities