Click or drag to resize

mcValidWhere Enumeration

The McImageSetSource.WhereValidPhysicalLocation property and the ValidateWhere argument to the McImageSetSource.SetPhysicalLocation method.

Namespace:  MediaCy.IQL.Sets
Assembly:  MediaCy.IQL.Sets (in MediaCy.IQL.Sets.dll) Version: 10.0.6912.0
Syntax
VB
Public Enumeration mcValidWhere
Members
  Member nameValueDescription
mcvplValidNowhere0Neither the McImageSetSource.Frame or local McImageSetSource X,Y physical location is valid.
mcvplValidInSource1The local McImageSetSource X,Y physical location is valid.
mcvplValidInFrame2The McImageSetSource.Frame X,Y physical location is valid.
mcvplValidInFrameAndSource3The McImageSetSource.Frame and local McImageSetSource X,Y physical location are both valid.
See Also