API 文件集 > Geometry items > Object ProGeomitem > Function ProGeomitemIsInactive
Function ProGeomitemIsInactive
Description
Determines whether the specified geometry item is in visible geometry.
NOTE:
This function does not check whether the item is blanked by a layer.
Replacement in Object TOOLKIT:
Synopsis
#include <ProGeomitem.h>
ProGeomitemIsInactive
(
ProGeomitem* p_geom_item
/* (In)
The geometry item.
*/
ProBoolean* p_is_active
/* (Out)
If the item is invisible, this is PRO_B_TRUE. Otherwise, this is PRO_B_FALSE.
*/
)
Returns
The function successfully checked visibility.
The input argument is invalid.
Sample Code References
這是否有幫助?