Description

One or more features are removed.

Return Type

None  

Syntax

object.RemoveFeature [varSelector]

The RemoveFeature Method syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McPoints.
varSelectorOptional. A Variant value.

Remarks

After this method call index values are different, but the feature Identifier property stays the same (see Notes).

Generally after this method call, all index values after the removed feature(s) are different. The feature Identifier property of the remaining features stays the same. Use the SelectorFromID method to get the new index values of known Identifier values.

In order to detect when index values become invalid due to calls to this method, you may monitor “Property Changed” notifications with a code value of DID_IMcFeatures_RemoveFeature.