udbEntityLanguage |
Returns the general language of the specified entity, which is based on the entity kind.
Argument
|
Description
|
---|---|
UdbEntity entity
|
Specify the entity. The entity kind is examined to determine the language.
|
UdbEntityLanguage returns one of the following values specifying the general language of the specified entity, based on the entity kind.
language = udbEntityLanguage(entity); switch (language) { case Udb_language_C : ... case Udb_language_Fortran : ... case Udb_language_Ada : ... }
Scientific Toolworks, Inc. http://www.scitools.com |