Solid Edge Framework Type Library
GetMaterialPropValueFromLibrary Method
Specify name of the material as string.
Specify name of library as string.
Returns Property value.
Description
Returns the property value of a material from specified library.
Syntax
Visual Basic
Public Sub GetMaterialPropValueFromLibrary( _
   ByVal bstrMatName As String, _
   ByVal bstrLibraryName As String, _
   ByVal lPropIndex As MatTablePropIndexConstants, _
   ByRef varPropValue As Variant _
) 
Parameters
bstrMatName
Specify name of the material as string.
bstrLibraryName
Specify name of library 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 Property value.
See Also

MatTable Object  | MatTable Members