Click or drag to resize

IMcImageSetTimePointsAdd Method

Method to add a new McImageSetTimePoint to the collection.

Namespace:  MediaCy.IQL.Sets
Assembly:  MediaCy.IQL.Sets (in MediaCy.IQL.Sets.dll) Version: 10.0.6912.0
Syntax
VB
Function Add ( 
	dtDate As DateTime
) As McImageSetTimePoint

Parameters

dtDate
Type: SystemDateTime

Return Value

Type: McImageSetTimePoint
Remarks
The McImageSetTimePoint object is created by the Add method, and is returned to the caller.
See Also