CodeMaskLevel object (Project)

Represents a level in the code mask of an outline code definition. The CodeMaskLevel object is a member of the CodeMask collection.

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
Delete

Properties

Name
Application
Index
Length
Level
Parent
Separator
Sequence

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.