API Reference > OdDb Classes > OdDbMLeader Class > OdDbMLeader Methods > connectionPoint Method > OdDbMLeader::connectionPoint Method (OdGeVector3d&, OdGePoint3d&, OdDbMLeaderStyle::TextAttachmentDirection)
OdDbMLeader::connectionPoint Method (OdGeVector3d&, OdGePoint3d&, OdDbMLeaderStyle::TextAttachmentDirection)
Syntax
C++
OdResult connectionPoint(const OdGeVector3d& vect, OdGePoint3d& point, OdDbMLeaderStyle::TextAttachmentDirection direction) const;
Parameters 
Description 
const OdGeVector3d& vect 
[in] The specified direction.  
OdGePoint3d& point 
[out] Receives the connection point. direction The text attachment direction of MText. (Horizontally by default). 

Returns the connection point of this MLeader, for the speciefied direction. 

 

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