API Reference > OdDb Classes > OdDbPolyline Class > OdDbPolyline Methods > getPointAt Method > OdDbPolyline::getPointAt Method (unsigned int, OdGePoint2d&)
OdDbPolyline::getPointAt Method (unsigned int, OdGePoint2d&)
Syntax
C++
void getPointAt(unsigned int vertexIndex, OdGePoint2d& point2d) const;
Parameters 
Description 
unsigned int vertexIndex 
[in] Vertex index.  
OdGePoint2d& point2d 
[out] Receives the OCS point. 

Returns the OCS point of the specified vertex of this Polyline entity (DXF 10). 

 

Copyright © 2002–2020. Open Design Alliance. All rights reserved.