FolderObjectType Enumeration
Specifies the type of item contained in the System View Folder; resultant is the logical OR of these values.
| Syntax | Constants |
|---|---|
Enum FolderObjectType
swcNone = 0
swcCharacteristic = 1
swcProfile = 2
swcMonitor = 4
swcFolder = 8
swcDashboard = 16
swcTaskset = 32
swcLabel = 64
swcBinaryDocument = 128
swcStandardProfileSequence = 256
End Enum
|
|