API Reference > OdDb Classes > OdDbLeader Class > OdDbLeader Methods > OdDbLeader::setVertexAt Method
OdDbLeader::setVertexAt Method
Syntax
C++
virtual bool setVertexAt(int vertexIndex, const OdGePoint3d& vertex);
Parameters 
Description 
int vertexIndex 
[in] Vertex index.  
const OdGePoint3d& vertex 
[in] WCS value for the vertex. 

Returns true if and only if the vertex was set.

Sets the specified WCS vertex of this Leader entity. 

 

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