19 #include "AttributeFactory.h" 28 ref class IntAttributeFactory : AttributeFactory
37 #ifdef TOPOLOGIC_DYNAMO 38 [IsVisibleInDynamoLibrary(
false)]
40 virtual Attribute^ Create(String^ key, Object^ value)
override;
47 #ifdef TOPOLOGIC_DYNAMO 48 [IsVisibleInDynamoLibrary(
false)]
50 virtual bool CheckType(Type^ type)
override;
53 virtual bool CheckType(
const std::shared_ptr<TopologicCore::Attribute>& kpUtilitiesAttribute)
override;
55 virtual Object^ CreateValue(
const std::shared_ptr<TopologicCore::Attribute>& kpUtilitiesAttribute)
override;
Topologic is an open-source software modelling library enabling hierarchical and topological represen...
Definition: About.h:23