RemoveInputFeat Method
Description
Removes the feature at the specified index position.
Syntax
Visual Basic |
---|
Public Function RemoveInputFeat( _ ByVal index As Long _ ) As Boolean |
Parameters
- index
- Required Long between one and expression.NumHits
Return Type
Boolean value. This function returns TRUE if FeatCmd is a constructed object and Index is the index of a input feature.
Remarks
When successful, this function removes the feature at the specified index position.
See Also