API Reference > OdDb Classes > OdDbMLeader Class > OdDbMLeader Methods > OdDbMLeader::setVertex Method
OdDbMLeader::setVertex Method
Syntax
C++
OdResult setVertex(int leaderLineIndex, int index, const OdGePoint3d& point);
Parameters 
Description 
int leaderLineIndex 
[in] Leader line index.  
int index 
[in] The index of the vertex to be set.  
const OdGePoint3d& point 
[in] New coordinate value for the specified vertex. 

Returns eOk if successful.

Sets the position for a specified vertex in a specified leader line. 

 

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