clsPartitionLevel
An object of ClassType clsPartitionLevel provides a specific implementation of the Decision Support Objects (DSO) Level interface for levels associated with a partition. It is used to maintain the
An object of ClassType clsPartitionLevel provides collections and properties through the Level interface. There are no methods associated with this object.
Remarks
Levels describe the
Example
Use the following code to reference a clsPartitionLevel object:
' Assume an object (dsoPart) of ClassType clsPartition exists.
Dim dsoLev As DSO.Level
' Retrieve the first level associated with the partition.
Set dsoLev = dsoPart.Levels(1)