API Reference > Classes > OdTf Classes > OdTfPropertiesContainer Class
OdTfPropertiesContainer Class
Syntax
C++
class OdTfPropertiesContainer : public OdRxObject;

TfObject.h

An abstract interface class that implements storage for a set of properties and provides additional functionality:

  • Searching for a property by its index or name
  • Checking property uniqueness
  • Sequential access to properties using an iterator object
Retrieves whether the container contains a specified property.  
find 
Searches for a property in the container by its name.  
find 
Searches for a property in the container by its name and data type.  
find 
Searches for a property in the container by its index, which specifies the property's position in the container.  
Retrieves the index value for a specified property. The index value determines the position of the property in the container.  
Retrieves the properties container iterator object that provides sequential access to properties in the container.  
Retrieves the object that is the owner of the properties container.  
size 
Retrieves the size of the properties container.  
Retrieves the uniqueness flag value for a property specified with its name. The uniqueness flag value is equal to true if the property object is unique in the container; otherwise the flag value is equal to false.  
Retrieves the uniqueness flag value for a property specified with its name and data type. The uniqueness flag value is equal to true if the property object is unique in the container; otherwise the flag value is equal to false.  
Copyright (c) 2002-2021. Open Design Alliance. All rights reserved.