udbEntityNameSimple

Description

Returns the simple name of the specified entity.

The simple name does not include anything other than the name of the entity. No prefixes concerning the parent or container of the entity are included.

Syntax

#include “udb/udb.h” 
char * udbEntityNameSimple(UdbEntity entity) 

Arguments

Argument
Description
UdbEntity entity
Specify the entity

Return Values

Return Value
Description
char *
The simple name of the entity.

Example Usage

printf (“Fullname: %s, Simplename: %s\n”, 
         udbEntityNameLong(entity), 
         udbEntityNameSimple(entity) ); 

See Also

udbEntityId

udbEntityNameLong

udbEntityNameShort


Scientific Toolworks, Inc.
http://www.scitools.com