Slicer.SlicerCache

Slicer.SlicerCache property

Returns the SlicerCache object associated with the slicer. Read-only.

public SlicerCache SlicerCache { get; }

Examples


[C#]

SlicerCache slicerCache = slicer.SlicerCache;

See Also