API Reference > OdBcf Namespace > Classes > OdBcfSession Class > OdBcfSession Methods > OdBcfSession::createComponentSelection Method
OdBcfSession::createComponentSelection Method
Syntax
C++
OdBcfComponentSelectionPtr createComponentSelection(const OdArray<OdString> & ifcGuids, OdResult * result = NULL) const;
Parameters 
Description 
const OdArray<OdString> & ifcGuids 
[in] An array of strings that contains GUIDs for the instance initialization.  
OdResult * result = NULL 
[out] A raw pointer to a value that contains the result of the operation.  

A smart pointer to the created OdBcfComponentSelection instance.

Creates a new component selection instance.

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