Click or drag to resize

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
Syntax
VB
Public Enumeration mcHowItemIsExposed
Members
  Member nameValueDescription
mchieAsMcFeatures0The 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.
mchieAsObject0The 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.
mchieAsIndex1The returned Item is the list index ofthe item, or -1 if the item could not be found in the list.
mchieAsName2The returned Item is the Name of the item. It is anerror if the item could not be found in the list.
mchieExtraInfo3The 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.
mchieAsType4The 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