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
SyntaxPublic Enumeration mcFeatureSelect
Members
| Member name | Value | Description |
---|
| mcfsAll | -1 | All features are copied (equivalent to Duplicate) |
| mcfsSelected | -2 | Only Selected features (ones with the Selectedproperty true) are copied. |
| mcfsDeselected | -3 | Only deselected features (ones with the Selectedproperty false) are copied |
See Also