Show contents 

Express > Express Assembly Interfaces > IEaxDimensionDescriptor > IEaxDimensionDescriptor.Slice

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 the obtained object, one should cast it to the IEaxDataAreaSlice type or to the IPrxSlice type.

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

Example

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

See also:

IEaxDimensionDescriptor