API Reference > Extension Classes > ExRender Classes > ExRender Windows Classes > D3dPointRecord Class > D3dPointRecord Methods > D3dPointRecord::createObject Method
D3dPointRecord::createObject Method
Syntax
C++
static D3dPointRecord* createObject(const OdGePoint3d& position, DWORD color);
Parameters 
Description 
const OdGePoint3d& position 
[in] Position of the point.  
DWORD color 
[in] Color of the point. 

Creates the specified PointRecord object.

Returns a pointer to the newly created object.

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