AcMapTopology::GetForwardEdge Method

Land Desktop Development ARX CPP SDK

AcMapTopology:: GetForwardEdge Method
 

Retrieves the half edge with the specified object ID from this topology model.

AcMap::EErrCode GetForwardEdge(
    AcMapTopoHalfEdge*& pHalfEdge, 
    long lFullEdgeId
);
Parameters 
Description 
pHalfEdge 
Output AcMapTopoHalfEdgehalf edge object. This value points to a copy of the half edge referenced by the specified half edge object ID. The caller is responsible for freeing this object.  
lFullEdgeId 
Input full edge ID.  
Returns

Returns AcMap::EErrCode kOk if successful. Returns AcMap::kErrWrongType if the topology is not a polygon. Returns AcMap::kErrBadInput if the full edge ID is invalid.

Remarks

The direction of the half edge is from the start node to the end node of the full edge.

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