CodeMask object (Project)
The CodeMask object is a collection of CodeMaskLevel objects that define the code mask for an outline code in Project.
Example
The following example adds three levels to a code mask.
Sub DefineLocationCodeMask(objCodeMask As CodeMask)
objCodeMask.Add _
Sequence:=pjCustomOutlineCodeUppercaseLetters, _
Length:=2, Separator:="."
objCodeMask.Add _
Sequence:=pjCustomOutlineCodeUppercaseLetters, _
Separator:="."
objCodeMask.Add _
Sequence:=pjCustomOutlineCodeUppercaseLetters, _
Length:=3, Separator:="."
End Sub
Methods
Name |
---|
Add |
Properties
Name |
---|
Application |
Count |
Item |
Parent |
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.