The ADO MD Axis object represents a positional or filter axis of a cellset and contains selected members of one or more dimensions.

Basic Usage

Get the number of dimensions in an axis.

intDimensionsInAxis0 = cst1.Axes(0).DimensionCount
intDimensionsInAxis1 = cst1.Axes(1).DimensionCount

Object Members

Properties Collections Methods Events
  1. DimensionsCount
  2. Name
  1. Positions
  2. Properties
  1. (None)
  1. (None)

DimensionsCount returns a read only long integer for the number of dimensions in an axis.

Page Modified: (Hand noted: 2007-10-10 19:34:40Z) (Auto noted: 2010-12-24 22:50:33Z)