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

Sets the OCS point for the specified vertex of this Polyline entity.

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