API Reference > OdBcf Namespace > Classes > OdBcfMarkup Class > OdBcfMarkup Methods > OdBcfMarkup::createObject Method
OdBcfMarkup::createObject Method
Syntax
C++
static OdSmartPtr<OdBcfMarkup> createObject(const OdBcfTopicPtr & pTopic, const OdBcfHeaderPtr & pHeader = OdBcfHeaderPtr(), const OdBcfCommentArray & comment = OdBcfCommentArray(), const OdBcfViewPointArray & viewpoints = OdBcfViewPointArray());
Parameters 
Description 
const OdBcfTopicPtr & pTopic 
[in] A smart pointer to the topic of the markup.  
const OdBcfHeaderPtr & pHeader = OdBcfHeaderPtr() 
[in] A smart pointer to the header of the markup.  
const OdBcfCommentArray & comment = OdBcfCommentArray() 
[in] An array of smart pointers to comments assigned with the markup.  
const OdBcfViewPointArray & viewpoints = OdBcfViewPointArray() 
[in] An array of smart pointers to viewpoints assigned with the markup.  

A smart pointer to the created OdBcfMarkup instance.

Creates a new markup object.

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