Solid Edge Framework Type Library
GetMatPropValue Method
Material name as string.
Returns material property value.
Description
Returns material property value.
Syntax
Visual Basic
Public Sub GetMatPropValue( _
   ByVal bstrMatName As String, _
   ByVal lPropIndex As MatTablePropIndexConstants, _
   ByRef 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
Returns material property value.
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 "GetMaterialPropValueFromLibrary" 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