API Documentation > Solids and parts > Object ProMaterial > Function ProMaterialPropertyDelete
Function ProMaterialPropertyDelete
Description
Remove a material property.
Replacement in Object TOOLKIT:
Synopsis
#include <ProMaterial.h>
ProMaterialPropertyDelete
(
ProMaterialItem* p_material
/* (In)
The material.
*/
/* (In)
The material property type.
*/
)
Returns
The function succeeded.
Model is in read-only state.
One or more arguments is invalid.
This property does not exist on the material.
This property cannot be deleted on the material (because other properties assigned to the material already do not permit it).
User Guide References
Was this helpful?