![]()  | 
  
    Topologic
    0.8.9
    
   | 
 
An AttributeFactoryManager stores the subclasses of AttributeFactory, identified by their IDs. This class is used to identify the attribute type. The ID is in the GUID format, represented as a String. A user-created AttributeFactory must be registered with a unique ID to this class. More...
#include <AttributeFactoryManager.h>
Protected Member Functions | |
| void | SetAttribute (Topology^ topology, String^ key, Object^ value) | 
| AttributeFactory ^ | GetFactory (const std::shared_ptr< TopologicCore::Attribute > kpUtilitiesAttribute) | 
| AttributeFactory ^ | GetFactory (Object^ value) | 
Properties | |
| static AttributeFactoryManager^ | Instance [get] | 
An AttributeFactoryManager stores the subclasses of AttributeFactory, identified by their IDs. This class is used to identify the attribute type. The ID is in the GUID format, represented as a String. A user-created AttributeFactory must be registered with a unique ID to this class.
 1.8.14