Description | ||||||||||||||
Get the value and units for the material property | ||||||||||||||
Replacement in Object TOOLKIT: | pfcMaterial::GetPropertyValue | |||||||||||||
Synopsis | ||||||||||||||
#include <ProMaterial.h> | ||||||||||||||
ProError | ProMaterialPropertyGet | ( | ||||||||||||
ProMaterialItem* p_material | ||||||||||||||
/* (In) | ||||||||||||||
The material. | ||||||||||||||
*/ | ||||||||||||||
ProMaterialPropertyType prop_type | ||||||||||||||
/* (In) | ||||||||||||||
The material property type. | ||||||||||||||
*/ | ||||||||||||||
ProParamvalue* p_value | ||||||||||||||
/* (Out) | ||||||||||||||
The material property value. | ||||||||||||||
*/ | ||||||||||||||
ProUnititem* p_units | ||||||||||||||
/* (Out) | ||||||||||||||
The units for the value returned. | ||||||||||||||
*/ | ||||||||||||||
) | ||||||||||||||
Returns | ||||||||||||||
|