API Reference > OdDb Classes > OdDbMLeader Class > OdDbMLeader Methods > OdDbMLeader::getVertex Method
OdDbMLeader::getVertex Method
Syntax
C++
void getVertex(int leaderLineIndex, int index, OdGePoint3d& point) const;
Parameters 
Description 
int leaderLineIndex 
[in] Leader line index.  
int index 
[in] The index of the vertex.  
OdGePoint3d& point 
[out] Receives the position value for the specified vertex. 

Returns eOk if successful.

Returns the position of a specified vertex in a specified leader line. 

 

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