VectorLayer.RemoveAt

VectorLayer.RemoveAt method

Remove the Feature at the specified index.

public virtual void RemoveAt(int index)
ParameterTypeDescription
indexInt32The index of the feature.

Exceptions

exceptioncondition
InvalidOperationExceptionis thrown if the layer is not editable.
ArgumentOutOfRangeExceptionIndex is out of range.
IOExceptionAn I/O error occurred.

See Also