mcMeasurementParent Enumeration
|
|
Measurement parent values.
Namespace:
MediaCy.IQL.Features
Assembly:
MediaCy.IQL.Features (in MediaCy.IQL.Features.dll) Version: 10.0.6912.0
SyntaxPublic Enumeration mcMeasurementParent
Members
| Member name | Value | Description |
---|
| mcmpAnyParent | 0 | mcmpAnyParent or mcmpaAnyParent. any parent is allowed |
| mcmpChildOfEngine | 1 | an immediate child of McEngine |
| mcmpChildOfImages | 2 | an immediate child of McEngine.Images (note the plural) |
| mcmpChildOfImage | 3 | an immediate child of a McImage (note the singular) |
| mcmpChildOfLines | 4 | an immediate child of a McLines |
| mcmpChildOfPoints | 5 | an immediate child of a McPoints |
| mcmpChildOfRegions | 6 | an immediate child of a McRegions |
| mcmpChildOfFeatures | 10 | an immediate child of any McFeatures (a McPoints, McLines or McRegions) |
| mcmpChildOfRefFeatures | 11 | an immediate child of McRefFeatures |
| mcmpDescendentOfFeatures | 12 | a McFeatures descendent (descendended from a McPoints, McLines or McRegions) |
| mcmpDescendentOfImages | 13 | any McEngine.Images descendent |
| mcmpDescendentOfImage | 14 | any McImage descendent |
| mcmpNoParent | 20 | no parent (i.e., global) |
| mcmpOtherParent | 21 | End section used in both McRegionLib and in McImageLib |
RemarksThese values are used for one of the arguments to the
McEngine.RegisterUserMeasurement method, and also the return type of
the flags returned from either a McMeasure.Attributes(mcmaidAllowedParent) or
a McMeasure.Attributes(mcmaidParent) call.
Internal Comment: The different declaration of the enum below is designed
to try to make the same enum be able to be included in the same .CPP file.
See Also