Replaces all vertices of this Path, Ring, Polyline, or Polygon with copies of the points in the input collection; or all points of this Multipoint, TriangleFan, or TriangleStrip with references to points from the input collection.
[Visual Basic 6.0] Sub SetPointCollection(
ByVal newPoints As IPointCollection _
)
[Visual Basic .NET] Public Sub SetPointCollection ( _ ByVal newPoints As IPointCollection _ )
[C#] public void SetPointCollection ( IPointCollection newPoints );
[Java] public void setPointCollection ( IPointCollection newPoints ) throws IOException, AutomationException
[C++] HRESULT SetPointCollection( IPointCollection* newPoints );
Sets the contents of the PointCollection equal to the contents of the input PointCollection. After SetPointCollection is called, the PointCollection contains only the Points from the input PointCollection (regardless of what it may have contained previously).