Click or drag to resize

mcMeasurementParent Enumeration

Measurement parent values.

Namespace:  MediaCy.IQL.Features
Assembly:  MediaCy.IQL.Features (in MediaCy.IQL.Features.dll) Version: 10.0.6912.0
Syntax
VB
Public Enumeration mcMeasurementParent
Members
  Member nameValueDescription
mcmpAnyParent0mcmpAnyParent or mcmpaAnyParent. any parent is allowed
mcmpChildOfEngine1an immediate child of McEngine
mcmpChildOfImages2an immediate child of McEngine.Images (note the plural)
mcmpChildOfImage3an immediate child of a McImage (note the singular)
mcmpChildOfLines4an immediate child of a McLines
mcmpChildOfPoints5an immediate child of a McPoints
mcmpChildOfRegions6an immediate child of a McRegions
mcmpChildOfFeatures10an immediate child of any McFeatures (a McPoints, McLines or McRegions)
mcmpChildOfRefFeatures11an immediate child of McRefFeatures
mcmpDescendentOfFeatures12a McFeatures descendent (descendended from a McPoints, McLines or McRegions)
mcmpDescendentOfImages13any McEngine.Images descendent
mcmpDescendentOfImage14any McImage descendent
mcmpNoParent20no parent (i.e., global)
mcmpOtherParent21End section used in both McRegionLib and in McImageLib
Remarks
These 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