API Reference > OdDb Classes > OdDb3dPolylineVertex Class > OdDb3dPolylineVertex Methods > OdDb3dPolylineVertex::vertexType Method
OdDb3dPolylineVertex::vertexType Method
Syntax
C++
OdDb::Vertex3dType vertexType() const;

Returns the type of this Vertex entity.

vertexType() returns one of the following: 

 

Name 
Value 
DXF 70 
Description 
OdDb::k3dSimpleVertex 
0x40 
Standard vertex. 
OdDb::k3dControlVertex 
0x10 
Spline-fit or curve-fit control point. 
OdDb::k3dFitVertex 
0x08 
Spline-fit or curve-fit generated vertex. 
Copyright © 2002–2020. Open Design Alliance. All rights reserved.