Click or drag to resize

mcMeasurementParentAllowed Enumeration

Namespace:  MediaCy.IQL.Engine
Assembly:  MediaCy.IQL.Engine (in MediaCy.IQL.Engine.dll) Version: 10.0.6912.0
Syntax
VB
Public Enumeration mcMeasurementParentAllowed
Members
  Member nameValueDescription
mcmpaAnyParent0mcmpAnyParent or mcmpaAnyParent. any parent is allowed
mcmpaChildOfEngine1an immediate child of McEngine
mcmpaChildOfImages2an immediate child of McEngine.Images (note the plural)
mcmpaChildOfImage3an immediate child of a McImage (note the singular)
mcmpaChildOfLines4an immediate child of a McLines
mcmpaChildOfPoints5an immediate child of a McPoints
mcmpaChildOfRegions6an immediate child of a McRegions
mcmpaChildOfFeatures10an immediate child of any McFeatures (a McPoints, McLines or McRegions)
mcmpaChildOfRefFeatures11an immediate child of McRefFeatures
mcmpaDescendentOfFeatures12a McFeatures descendent (descendended from a McPoints, McLines or McRegions)
mcmpaDescendentOfImages13any McEngine.Images descendent
mcmpaDescendentOfImage14any McImage descendent
mcmpaNoParent20no parent (i.e., global)
mcmpaOtherParent21End section used in both McRegionLib and in McImageLib
See Also