Category Solids and parts, Object ProMaterial

Function ProMaterialDescriptionGet


Description
Get the material description
Replacement in Object TOOLKIT: wfcMaterialItem::Description
Synopsis
#include <ProMaterial.h>
ProErrorProMaterialDescriptionGet(
ProMaterialItem* p_material
/* (In)
The material
*/
wchar_t** p_description
/* (Out)
The material description. Free this using ProWstringFree().
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more arguments is invalid.
PRO_TK_GENERAL_ERRORAn error occurred during obtaining of description

Manual References:

  1. Core: Solids, Parts, and Materials: Material Types and Properties
  2. Core: Solids, Parts, and Materials: Material Types and Properties