API Reference > OdDb Classes > OdDbPolyline Class > OdDbPolyline Methods > OdDbPolyline::hasPlinegen Method
OdDbPolyline::hasPlinegen Method
Syntax
C++
bool hasPlinegen() const;

Returns true if and only if linetype generation is on for this Polyline entity (DXF 70, bit 0x80).

Linetype generation on indicates that the linetype pattern of this Polyline entity is continuously generated around all vertices. 

Linetype generation off indicates that the linetype pattern of this Polyline entity is restarted at each vertex.

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