Click or drag to resize

mcFeatureSelect Enumeration

Special values for the GetFeatures vSelector argument

Namespace:  MediaCy.IQL.Features
Assembly:  MediaCy.IQL.Features (in MediaCy.IQL.Features.dll) Version: 10.0.6912.0
Syntax
VB
Public Enumeration mcFeatureSelect
Members
  Member nameValueDescription
mcfsAll-1All features are copied (equivalent to Duplicate)
mcfsSelected-2Only Selected features (ones with the Selectedproperty true) are copied.
mcfsDeselected-3Only deselected features (ones with the Selectedproperty false) are copied
See Also