API Reference > Classes > Base Classes > OdBmParameterSet Class
OdBmParameterSet Class
Syntax
C++
class OdBmParameterSet;

BmParameterSet.h

This class represents a set of parameters containing 2 sets: Set of OdBm::BuiltInParameter::Enum for built in parameters Set of OdBmObjectId for user parameters 

 

Constructs an empty parameter set. 
Constructs a copy of existing parameter set.
 
Appends the specified entity to this SelectionSet object.
 
Appends the specified entity to this SelectionSet object.
 
Clears the parameter set. 
Checks if the SelectionSet object contains the specified entity.
 
Checks if the SelectionSet object contains the specified entity.
 
Returns built-in parameters as an array.
 
Returns reference to an array of built in parameters. 
Returns user parameters as an array.
 
Returns reference to an array of user parameters. 
Removes the specified entity from this SelectionSet object.
 
Removes the specified entity from this SelectionSet object.
 
Copyright (c) 2002-2021. Open Design Alliance. All rights reserved.