API 文件集 > Sketches and sections > Object ProSection > Function ProSectionEntityIsConstruction
Function ProSectionEntityIsConstruction
Description
checks if the section entity is construction type
Synopsis
#include <ProSection.h>
ProSectionEntityIsConstruction
(
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
The function completed successfully.
Invalid input argument(s).
這是否有幫助?