SectionCategory(...)
This method creates a SectionCategory object.
Path
odb.SectionCategory
Prototype
odb_SectionCategory& SectionCategory(const odb_String& name, const odb_String& description);
Required arguments
- name
-
An odb_String specifying the name of the category.
- description
-
An odb_String specifying the description of the category.
Optional arguments
None.
Return value
A SectionCategory object.
Exceptions
None.