Solid Edge Framework Type Library
SetMatPropValue Method
Material name as string.
New property value of the material.
Description
Sets material property value.
Syntax
Visual Basic
Public Sub SetMatPropValue( _
   ByVal bstrMatName As String, _
   ByVal lPropIndex As MatTablePropIndexConstants, _
   ByVal varPropValue As Variant _
) 
Parameters
bstrMatName
Material name as string.
lPropIndex
ValueDescription
seCoefOfThermalExpansionCoef. of Thermal Expansion
seDensityDensity
seElongationElongation
seFaceStyleFace Style
seFillStyleFill Style
seMaterialNameMaterial Name
seModulusElasticityModulus of Elasticity
sePoissonRatioPoisson Ratio
seSpecificHeatSpecific Heat
seThermalConductivityThermal Conductivity
seUltimateStressUltimate Stress
seVSPlusStyleVSPlus Style
seYieldStressYield Stress
varPropValue
New property value of the material.
Remarks
This is a defunct API. From ST7 onwards, this API will will work only when there is single library. Hence it's recommended to use "SetMaterialPropValueToLibrary" API which can be used on a specific library when you have multiple libraries.
See Also

MatTable Object  | MatTable Members  | Solid Edge V17 - What's New