AddCategory method

Adds a new category.

Syntax


C++

HRESULT AddCategory (
   BSTR Category)

Scripting languages

Object.AddCategory (
   Category as String)

Parameters


Category

A category keyword to be added for use in the project.  These categories can be used to categorize project tasks.

Return value


C++

The return code.

Scripting languages

None.

Home

Applies to

IERUProjectSchedule