Returns the collection of material properties associated with this material.
# Get the value of the property.propertyValue = material_var.materialProperties
#include <Core/Materials/Material.h>// Get the value of the property.Ptr<Properties> propertyValue = material_var->materialProperties();