---
title: "remove(_:)"
framework: modelio
role: symbol
role_heading: Instance Method
path: "modelio/mdlmaterial/remove(_:)"
---

# remove(_:)

Removes the specified material property from the material.

## Declaration

```swift
func remove(_ property: MDLMaterialProperty)
```

## Parameters

- `property`: The material property object to remove.

## Discussion

Discussion This method has no effect if the specified material property is not contained in the material.

## See Also

### Working with individual material properties

- [propertyNamed(_:)](modelio/mdlmaterial/propertynamed(_:).md)
- [property(with:)](modelio/mdlmaterial/property(with:).md)
- [properties(with:)](modelio/mdlmaterial/properties(with:).md)
- [setProperty(_:)](modelio/mdlmaterial/setproperty(_:).md)
- [removeAllProperties()](modelio/mdlmaterial/removeallproperties().md)
