Click or drag to resize

mcHowToAddFeaturesList Enumeration

Allowed flags for the McFeaturesList.AddEx HowToAdd argument.

Namespace:  MediaCy.IQL.Features
Assembly:  MediaCy.IQL.Features (in MediaCy.IQL.Features.dll) Version: 10.0.6912.0
Syntax
VB
Public Enumeration mcHowToAddFeaturesList
Members
  Member nameValueDescription
mchtaflDefault0The source features are addedto the list in the default manner.
mchtaflDoNotKeepAppearance1If set, the appearance ofthe added McFeatures is not kept. If clear (the default), any linked graphic objects are saved in the list along with the McFeatures.
mchtaflAddOnlySelected2If set, and the varSelector argument ismissing or empty, then only visibly selected features (i.e., where any linked McGraphObj.Selected is True) or graphic objects are kept with the McFeatures-based or McGraphOverlay object being added to the list. If clear, then all features or graphic objects allowed by the varSelector argument are added. For McFeatures-based items, selection based on FeatureStatusFlags may be achieved by assigning the proper mcFeatureSelect value as the varSelector.
See Also