Share

AcDb2dPolyline::vertexIterator

C++

AcDbObjectIterator* vertexIterator() const;

Description

This function creates a new AcDbObjectIterator set to iterate over the vertices of the polyline, and then returns a pointer to the iterator object just created. The calling application is responsible for deallocating the iterator object using the C++ delete operator.

Links

AcDb2dPolyline

Was this information helpful?