E57 Foundation API v1.1.312  Aug. 10, 2011
bool isElementNameExtended ( const ustring elementName) const

Test whether an E57 element name has an extension prefix.

The element name has a prefix if the function elementNameParse(elementName,prefix,dummy) would succeed, and returned prefix != "".

Parameters:
[in]elementNameThe string element name to test.
Postcondition:
No visible state is modified.
Returns:
True if the E57 element name has an extension prefix.
Exceptions:
NoE57Exceptions.
See also:
NameParse.cpp example
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines