IMcData Interface |
![]() |
Namespace: MediaCy.IQL.Application
Public Interface IMcData
The IMcData type exposes the following members.
Name | Description | |
---|---|---|
![]() | Image |
Returns the currently selected image if any.
|
![]() | Images |
Returns a collection of selected images which can be empty.
|
![]() | ImageSet |
Returns the selected image set is any.
|
![]() | ImageSets |
Returns a collection of selected image sets which can be empty.
|
Name | Description | |
---|---|---|
![]() | Clear |
When the interface is implemented by a writable object, this function clears the selection.
|
![]() | IsEmpty |
Returns true if there is no selected data at all.
|
Name | Description | |
---|---|---|
![]() | DataChanged |
This event is fired whenever the data exposed by ImcData has changed.
|