mcHowItemIsExposed Enumeration
|
|
Allowed values for the McFeaturesList.Item HowItemIsExposed argument.
Namespace:
MediaCy.IQL.Features
Assembly:
MediaCy.IQL.Features (in MediaCy.IQL.Features.dll) Version: 10.0.6912.0
SyntaxPublic Enumeration mcHowItemIsExposed
Members
| Member name | Value | Description |
---|
| mchieAsMcFeatures | 0 | The returned Item is a McFeatures-based orMcGraphOverlay object, or Nothing if the item could not be found in the
list. mchieAsObject is a synonym for this flag that does not imply that the
returned object is McFeatures-base. Access the Item with HowItemIsExposed
mchieAsType to determine what type of object will be returned. |
| mchieAsObject | 0 | The returned Item is a McFeatures-based orMcGraphOverlay object, or Nothing if the item could not be found in the
list. mchieAsMcFeatures is a synonym for this flag that implies that the
returned object is McFeatures-base, which it may not be. Access the Item
with HowItemIsExposed mchieAsType to determine what type of object will be
returned. |
| mchieAsIndex | 1 | The returned Item is the list index ofthe item, or -1 if the item could not be found in the list. |
| mchieAsName | 2 | The returned Item is the Name of the item. It is anerror if the item could not be found in the list. |
| mchieExtraInfo | 3 | The returned Item is the ExtraInfo stored withthe item if it was added via the AddEx method. It is an error if the item
could not be found in the list. |
| mchieAsType | 4 | The mcFeaturesType of the list element. It willbe one of mcftEmptyRegions, mcftEmptyLines, mcftEmptyPoints or
mcftGraphOverlay if the list item is found, and it will be mcftEmptyAny if
the item is not found. |
See Also