<Code Lib>
2023 Method
Changes 0
M

PointCollection.GetPointIterator

Description:
Creates and returns an iterator for the points contained in this collection.

public PointIterator GetPointIterator()

PointIterator New iterator created, make sure to call 'free' on it when finished using it.

Loading…