API Reference > OdBcf Namespace > Classes > OdBcfLine Class > OdBcfLine Methods > OdBcfLine::createObject Method
OdBcfLine::createObject Method
Syntax
C++
static OdSmartPtr<OdBcfLine> createObject(const OdBcfPointPtr & pStartPoint, const OdBcfPointPtr & pEndPoint);
Parameters 
Description 
const OdBcfPointPtr & pStartPoint 
[in] A pointer to start point of the line.  
const OdBcfPointPtr & pEndPoint 
[in] A pointer to end point of the line.  

A smart pointer to the created OdBcfLine instance.

Creates a new line object.

Copyright (c) 2002-2020. Open Design Alliance. All rights reserved.