SE_queryinfo_get_entity_type

Retrieves the entity type

Usage syntax

LONG SE_queryinfo_get_entity_type
(const SE_QUERYINFO query_info,
LONG *entity_type);

Parameters
query_info The SE_QUERYINFO handle
entity_type The entity type
Description

SE_queryinfo_get_entity_type retrieves 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 use OR to retrieve the entity types together.

Returns

SE_SUCCESS
SE_FAILURE

SE_INVALID_POINTER

SE_INVALID_QUERYINFO_OBJECT

SE_NET_FAILURE

SE_SDE_NOT_STARTED