Structure::GetGlobalNameFlag
Defined in:
Returns a boolean value indicating whether a structure's name is global.
TSOpenDDL.h
Prototype
bool GetGlobalNameFlag(void) const;
Description
The GetGlobalNameFlag
function returns true
if the structure's name is global, and it returns false
if the structure's name is local. A structure's name is global if it begins with a dollar sign in the OpenDDL file, and the name is local if it begins with a percent sign.
See Also