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

Creates the specified LtpPolylineRecord object.

Returns a pointer to the newly created object.

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