API Reference > Extension Classes > ExRender Classes > ExRender Windows Classes > D3dPolylineRecord Class > D3dPolylineRecord Methods > D3dPolylineRecord::createObject Method
D3dPolylineRecord::createObject Method
Syntax
C++
static D3dPolylineRecord* createObject(OdInt32 numPoints, const OdGePoint3d* points, DWORD color);
Parameters 
Description 
OdInt32 numPoints 
[in] Number of points.  
const OdGePoint3d* points 
[in] Array of points.  
DWORD color 
[in] Color of the polyline. 

Creates the specified PolylineRecord object.

Returns a pointer to the newly created object.

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