- Inside Macintosh: OpenDoc Class Reference /
- Part 1 - Classes and Methods / ODNameSpace
GetType
The GetType method returns the type of this name space.
ODNSTypeSpec GetType ();
- return value
- The type of this name space. The type must be either object name space (
kODNSDataTypeODObject) or value name space (kODNSDataTypeODValue).
DISCUSSION
When you create a name space, you specify its type as a parameter to the name-space manager's CreateNameSpace method.
SEE ALSO
The ODNameSpace::SetType method (page 432).
The ODNameSpaceManager::CreateNameSpace method (page 436).
© Apple Computer, Inc.
17 JUL 1996