AcMapTopoFullEdge::GetPolygon Method

Land Desktop Development ARX CPP SDK

AcMapTopoFullEdge:: GetPolygon Method
 

Retrieves the polygon associated with this edge (default level).

AcMap::EErrCode GetPolygon(
    AcMapTopoPolygon*& pPolygon, 
    bool bOnLeft
);
Parameters 
Description 
pPolygon 
Output AcMapTopoPolygonpolygon. This value points to a copy of the polygon referenced by the polygon object. The caller is responsible for freeing this object.  
bOnLeft 
Input true to choose the left polygon, or false to choose the right polygon.  
Returns

Returns AcMap::EErrCode kOk if successful.. Returns AcMap::EErrCode kErrTopNotExist if no polygon is associated with this 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].