GeometryCollection.RemoveAt

GeometryCollection.RemoveAt method

Removes the specified geometry from the collection.

public void RemoveAt(int index)
ParameterTypeDescription
indexInt32Index of the geometry to remove.

Exceptions

exceptioncondition
ArgumentOutOfRangeExceptionIndex is out of range.

See Also