AcMapTopology::MoveNode Method

Land Desktop Development ARX CPP SDK

AcMapTopology:: MoveNode Method
 

Moves a node to the new position.

AcMap::EErrCode MoveNode(
    long lNodeID, 
    const AcGePoint3d& point
);
Parameters 
Description 
lNodeID 
Input ID of the node to move.  
point 
Input point to move the node to.  
Returns

Returns AcMap::EErrCode kOk if successful; otherwise, returns a different error code.

Remarks

After the move succeeds, the node object referenced by lNodeID becomes invalid; the caller must get the new object reference.

Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at [email protected].