CoordinateCollection.Remove

Remove(Coordinate)

Remove the Coordinate object from the collection.

public void Remove(Coordinate item)

See Also


Remove(MoveTo)

Remove the MoveTo object from the collection.

public void Remove(MoveTo item)

See Also


Remove(LineTo)

Remove the LineTo object from the collection.

public void Remove(LineTo item)

See Also


Remove(ArcTo)

Remove the ArcTo object from the collection.

public void Remove(ArcTo item)

See Also


Remove(InfiniteLine)

Remove the InfiniteLine object from the collection.

public void Remove(InfiniteLine item)

See Also


Remove(Ellipse)

Remove the Ellipse object from the collection.

public void Remove(Ellipse item)

See Also


Remove(EllipticalArcTo)

Remove the EllipticalArcTo object from the collection.

public void Remove(EllipticalArcTo item)

See Also


Remove(SplineStart)

Remove the SplineStart object from the collection.

public void Remove(SplineStart item)

See Also


Remove(SplineKnot)

Remove the SplineKnot object from the collection.

public void Remove(SplineKnot item)

See Also


Remove(PolylineTo)

Remove the PolylineTo object from the collection.

public void Remove(PolylineTo item)

See Also


Remove(NURBSTo)

Remove the NURBSTo object from the collection.

public void Remove(NURBSTo item)

See Also


Remove(RelCubBezTo)

Remove the RelCubBezTo object from the collection.

public void Remove(RelCubBezTo item)

See Also


Remove(RelQuadBezTo)

Remove the RelQuadBezTo object from the collection.

public void Remove(RelQuadBezTo item)

See Also


Remove(RelMoveTo)

Remove the RelMoveTo object from the collection.

public void Remove(RelMoveTo item)

See Also


Remove(RelLineTo)

Remove the RelLineTo object from the collection.

public void Remove(RelLineTo item)

See Also


Remove(RelEllipticalArcTo)

Remove the RelEllipticalArcTo object from the collection.

public void Remove(RelEllipticalArcTo item)

See Also