mcMeasurementParentAllowed Enumeration |
![]() |
Namespace: MediaCy.IQL.Engine
Public Enumeration mcMeasurementParentAllowed
Member name | Value | Description | |
---|---|---|---|
mcmpaAnyParent | 0 | mcmpAnyParent or mcmpaAnyParent. any parent is allowed | |
mcmpaChildOfEngine | 1 | an immediate child of McEngine | |
mcmpaChildOfImages | 2 | an immediate child of McEngine.Images (note the plural) | |
mcmpaChildOfImage | 3 | an immediate child of a McImage (note the singular) | |
mcmpaChildOfLines | 4 | an immediate child of a McLines | |
mcmpaChildOfPoints | 5 | an immediate child of a McPoints | |
mcmpaChildOfRegions | 6 | an immediate child of a McRegions | |
mcmpaChildOfFeatures | 10 | an immediate child of any McFeatures (a McPoints, McLines or McRegions) | |
mcmpaChildOfRefFeatures | 11 | an immediate child of McRefFeatures | |
mcmpaDescendentOfFeatures | 12 | a McFeatures descendent (descendended from a McPoints, McLines or McRegions) | |
mcmpaDescendentOfImages | 13 | any McEngine.Images descendent | |
mcmpaDescendentOfImage | 14 | any McImage descendent | |
mcmpaNoParent | 20 | no parent (i.e., global) | |
mcmpaOtherParent | 21 | End section used in both McRegionLib and in McImageLib |