Click or drag to resize

IMcData Interface

Interface defining the type of data exposed in documents.

Namespace:  MediaCy.IQL.Application
Assembly:  MediaCy.IQL.Application (in MediaCy.IQL.Application.dll) Version: 3.1.0.0
Syntax
VB
Public Interface IMcData

The IMcData type exposes the following members.

Properties
  NameDescription
Public propertyImage
Returns the currently selected image if any.
Public propertyImages
Returns a collection of selected images which can be empty.
Public propertyImageSet
Returns the selected image set is any.
Public propertyImageSets
Returns a collection of selected image sets which can be empty.
Top
Methods
  NameDescription
Public methodClear
When the interface is implemented by a writable object, this function clears the selection.
Public methodIsEmpty
Returns true if there is no selected data at all.
Top
Events
  NameDescription
Public eventDataChanged
This event is fired whenever the data exposed by ImcData has changed.
Top
Remarks