C++
AcDb3dPolylineVertex( const AcGePoint3d& );
Description
Constructs an AcDb3DPolylineVertex that uses position as the position point. The vertex type is initialized to AcDb::k3dSimpleVertex.
Parameters
| Parameters | Description |
|---|---|
| unnamed | Input WCS position point for the vertex |