udbLookupEntityByUniquename

Description

Look up the specified entity by a uniquename provided by the udbEntityNameUnique function. Returns NULL if the entity is not found.

Syntax

#include “udb/udb.h” 
UdbEntity udbLookupEntityByUniquename(
                                  char *uniquename) 

Arguments

Argument
Description
char *name
Uniquename of entity to look up.

Return Values

Return Value
Description
UdbEntity
Return the referenced entity.

Example Usage

uniquename = udbEntityNameUnique(entity)); 
... 
refentity = udbLookupEntityByUniquename(uniquename); 

See Also

udbEntityNameUnique


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