IEaxDimensionDescriptor.Slice

Syntax

Slice: Object;

Description

The Slice property returns object to work with data slice to which dimension belongs.

Comments

To continue work with obtained object, it is required to put to the IEaxDataAreaSlice type or IPrxSlice.

To get dimension data source type, use IEaxDimensionDescriptor.SliceType.

Example

The property use is given in the example for IEaxDimensionDescriptor.Equal.

See also:

IEaxDimensionDescriptor