Description

Clears an McFeatures interface to its initialized “reset” state (as it was after it was first created).

Return Type

None  

Syntax

object.Reset

The Reset Method syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McRegions.

Remarks

After 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.