IMcImageSetCompactSet Method
|
|
Compacts the set; no longer does anything.
Namespace:
MediaCy.IQL.Sets
Assembly:
MediaCy.IQL.Sets (in MediaCy.IQL.Sets.dll) Version: 10.0.6912.0
SyntaxSub CompactSet (
Dimension As mcImageSetDimensions,
Flags As Integer
)
Parameters
- Dimension
- Type: MediaCy.IQL.SetsmcImageSetDimensions
the dimension along which to compact the set - Flags
- Type: SystemInt32
the McImage.Flags flags to apply to the new images
RemarksEarlier implmentations of an image set viewer required that all frames along
each channel dimension were from a single image. This method's job was to ensure that
this was the case when the Dimension argument was passed in as mcisdChannel. This
restriction is no longer required and this method is no longer used. It now does nothing
and returns success.
See Also