Project.OutlineCodes Property

Project Developer Reference

Returns an OutlineCodes collection of all outline codes in the project file. Read-only Object.

Syntax

expression.OutlineCodes

expression   A variable that represents a Project object.

Return Value
OutlineCodes

Remarks

Use the OutlineCode 1-10 properties to set outline code values in an open project. For example, OutlineCode4 Property.

See Also