Express > Express Assembly Interfaces > IEaxDimensionDescriptor > IEaxDimensionDescriptor.Slice
Slice: Object;
The Slice property returns object to work with data slice to which dimension belongs.
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.
The property use is given in the example for IEaxDimensionDescriptor.Equal.
See also: