IMcImageDate Property
|
|
A read/write property reflecting the date and time of creation of the image or
of a frame of the image.
Namespace:
MediaCy.IQL.Engine
Assembly:
MediaCy.IQL.Engine (in MediaCy.IQL.Engine.dll) Version: 10.0.6912.0
SyntaxProperty Date (
Optional Frame As Integer = -2
) As DateTime
Get
Set
Parameters
- Frame (Optional)
- Type: SystemInt32
Optional. McWholeImage (image date), 0 to last frame (frame date),
McActiveFrame (date of the active frame - the default) , McLastFrame.
Property Value
Type:
DateTime
RemarksUnless the date was changed via the Date property, this function will return the date
and time at which the image object was created.
Note |
---|
On assigment an OnPropertyChanged(ID_IMcImage_Date) event is fired. |
See Also