Description

Returns whether the region is “reset” or not

Property type

A Boolean value.  

Syntax

object.IsReset

The IsReset Property syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McFeatures.

Remarks

A McFeatures is “reset” after it has been first created and after a Reset method call. It is no longer “reset” after any operation which might add or remove features.

A “reset” McFeatures will have a Count of zero, but its IsEmpty property will be FALSE. AccessMaskedImageData can be called on “reset” McFeatures to get an McRegionAccess for the whole parent image.