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
SyntaxPublic Enumeration mcValidWhere
Members
| Member name | Value | Description |
---|
| mcvplValidNowhere | 0 | Neither the McImageSetSource.Frame or local McImageSetSource X,Y physical location is valid. |
| mcvplValidInSource | 1 | The local McImageSetSource X,Y physical location is valid. |
| mcvplValidInFrame | 2 | The McImageSetSource.Frame X,Y physical location is valid. |
| mcvplValidInFrameAndSource | 3 | The McImageSetSource.Frame and local McImageSetSource X,Y physical location are both valid. |
See Also