SE_queryinfo_set_entity_type

Sets the entity type

Usage syntax

LONG SE_queryinfo_set_entity_type
(SE_QUERYINFO query_info,
const LONG entity_type);

Parameters
query_info The SE_QUERYINFO handle
entity_type The entity type
Description

SE_queryinfo_set_entity_type sets the entity type. The entity types are as follows:

SE_NIL_TYPE_MASK         

SE_POINT_TYPE_MASK       

SE_LINE_TYPE_MASK        

SE_SIMPLE_LINE_TYPE_MASK 

SE_AREA_TYPE_MASK

You can group the entity types together using OR.

Returns

SE_SUCCESS
SE_FAILURE

SE_INVALID_PARAM_VALUE

SE_INVALID_QUERYINFO_OBJECT

SE_NET_FAILURE

SE_SDE_NOT_STARTED