AcMapTopoFullEdge::GetNextEdge Method

Land Desktop Development ARX CPP SDK

AcMapTopoFullEdge:: GetNextEdge Method
 

Retrieves the next edge by moving forward or backward along this edge and turning left or right at the next node.

AcMap::EErrCode GetNextEdge(
    AcMapTopoFullEdge*& pOutGoingEdge, 
    bool bGoForward, 
    bool bGoLeft
);
Parameters 
Description 
pOutGoingEdge 
Output next edge. This value points to a copy of the full edge referenced by the full edge object. The caller is responsible for freeing this object.  
bGoForward 
Input true to go forward, or false to go backward.  
bGoLeft 
Input true to turn left, or false to turn right.  
Returns

Returns AcMap::EErrCode kOk if successful. Returns AcMap::EErrCode kErrTopTraceLinkNotExist if no edge is found.

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].