API Reference > Extension Classes > ExRender Classes > ExRender Windows Classes > D3dPackedPolylineRecordWSel Class > D3dPackedPolylineRecordWSel Methods > D3dPackedPolylineRecordWSel::createObject Method
D3dPackedPolylineRecordWSel::createObject Method
Syntax
C++
static D3dPackedPolylineRecordWSel* createObject(OdInt32 nInitialID, OdInt32 numLines, OdInt32 nInitialSelMark, OdInt32 nbSelMarks);
Parameters 
Description 
OdInt32 nInitialID 
[in] Index of first vertex in vertex buffer.  
OdInt32 numLines 
[in] Number of line segments.  
OdInt32 nInitialSelMark 
[in] Index of first selection marker in selection markers array.  
OdInt32 nbSelMarks 
[in] Count of selection markers in selection markers array. 

Creates the specified D3dPackedPolylineRecordWSel object.

Returns a pointer to the newly created object.

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