Returns the unique internal ID of this material.
# Get the value of the property.propertyValue = material_var.id
#include <Core/Materials/Material.h>// Get the value of the property.string propertyValue = material_var->id();