API Reference > OdDb Classes > OdDbMLeader Class > OdDbMLeader Methods > OdDbMLeader::moveMLeader Method
OdDbMLeader::moveMLeader Method
Syntax
C++
OdResult moveMLeader(const OdGeVector3d& vector, MoveType moveType, bool bAutoSwitchDogleg = true);
Parameters 
Description 
const OdGeVector3d& vector 
[in] Vector which specifies the direction and distance of the move.  
MoveType moveType 
[in] Indicates how to move the MLeader.  
bool bAutoSwitchDogleg = true 
[in] If true, automatically switch leader lines after movoing the MLeader. 

Returns eOk if successful.

Moves this MLeader object as specified by an input vector. 

 

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