API Reference > OdDb Classes > OdDbVertexRef Class > OdDbVertexRef Methods > createObject Method > OdDbVertexRef::createObject Method (OdDbObjectId, OdDbSubentId, OdGePoint3d&)
OdDbVertexRef::createObject Method (OdDbObjectId, OdDbSubentId, OdGePoint3d&)
Syntax
C++
static OdSmartPtr<OdDbVertexRef> createObject(const OdDbObjectId entId, const OdDbSubentId subId, const OdGePoint3d& point);
Parameters 
Description 
const OdDbObjectId entId 
[in] object id.  
const OdDbSubentId subId 
[in] subentid.  
const OdGePoint3d& point 
[in] point. 

The method sets the data members of the OdDbVertexRef. 

 

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