API Reference > OdDb Classes > OdDbMPolygon Class > OdDbMPolygon Methods > OdDbMPolygon::removeMPolygonLoopAt Method
OdDbMPolygon::removeMPolygonLoopAt Method
Syntax
C++
virtual OdResult removeMPolygonLoopAt(int loopIndex);
Parameters 
Description 
int loopIndex 
[in] Loop index.
 

eInvalidInput if loopIndex equal or greate that OdDbMPolygon::numMPolygonLoops() or if loopIndex less than 0. eOk if a polygon loop returned successfully.

Remove a polygon loop from the specified position. 

 

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