HasNameSpace
TheHasNameSpacemethod checks whether the specified name space exists and, if so, returns a reference to it.
ODNameSpace HasNameSpace (in ODISOStr spaceName);
spaceName- The name of the name space to find.
- return value
- A reference to the name space if it exists, otherwise
kODNULL.DISCUSSION
You can call this method to check whether a name space with the specified name exists or to obtain a reference to the name space with the specified name.When you create a name space, you specify its name as a parameter to the name-space manager's
CreateNameSpacemethod.SEE ALSO
TheODISOStrtype (page 875).
TheODNameSpaceManager::CreateNameSpacemethod (page 436).
Table 11-1 on page 466 in OpenDoc Programmer's Guide.