IMcRegions2Reset Method
|
|
Clears a McFeatures interface to its initialized "reset" state (as it was
after it was first created).
Namespace:
MediaCy.IQL.Features
Assembly:
MediaCy.IQL.Features (in MediaCy.IQL.Features.dll) Version: 10.0.6912.0
Syntax
RemarksAfter Reset, the McFeatures is in the state it was when first created.
It is no longer "reset" after any operation which might add or remove features.
When in the "reset" state.
A "reset" McFeatures will have a Count of zero and IsReset is TRUE, but IsEmpty
is FALSE. AccessMaskedImageData can be called on "reset" McFeatures to get a
McRegionAccess for the whole parent image, but it cannot be called on "empty"
McFeatures.
See Also